We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fe0ce commit fff6384Copy full SHA for fff6384
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
ports:
8
- "3599:5000"
9
volumes:
10
- # - ./config.json:/app/config.json
+ - ./config.json:/app/config.json
11
- ./YAM_events.db:/app/YAM_events.db
12
restart: always
13
ui:
@@ -18,5 +18,4 @@ services:
18
19
- "3598:80"
20
21
- - ./config.json:/usr/share/nginx/html/config.json
22
0 commit comments