fix mount
This commit is contained in:
parent
09a5e4af77
commit
489f1ece99
|
@ -1,6 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
x-logging: &default-logging
|
x-logging:
|
||||||
|
&default-logging
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
|
@ -45,7 +46,7 @@ services:
|
||||||
- SKYNET_ACCOUNTS_LOG_LEVEL=${SKYNET_ACCOUNTS_LOG_LEVEL:-info}
|
- SKYNET_ACCOUNTS_LOG_LEVEL=${SKYNET_ACCOUNTS_LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/data/accounts:/data
|
- ./docker/data/accounts:/data
|
||||||
- ./docker/accounts/conf:/accounts/conf
|
- ./docker/accounts/conf:/conf
|
||||||
expose:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
networks:
|
networks:
|
||||||
|
|
Reference in New Issue