fix mount

This commit is contained in:
Chris Schinnerl 2021-12-03 12:42:39 +01:00
parent 09a5e4af77
commit 489f1ece99
No known key found for this signature in database
GPG Key ID: 9D2167A83B00583F
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
version: "3.7"
x-logging: &default-logging
x-logging:
&default-logging
driver: json-file
options:
max-size: "10m"
@ -45,7 +46,7 @@ services:
- SKYNET_ACCOUNTS_LOG_LEVEL=${SKYNET_ACCOUNTS_LOG_LEVEL:-info}
volumes:
- ./docker/data/accounts:/data
- ./docker/accounts/conf:/accounts/conf
- ./docker/accounts/conf:/conf
expose:
- 3000
networks: