Skip to content

Commit fff6384

Browse files
author
Logan Sulpizio
committed
stop exposing publicly config.json
1 parent 59fe0ce commit fff6384

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ports:
88
- "3599:5000"
99
volumes:
10-
# - ./config.json:/app/config.json
10+
- ./config.json:/app/config.json
1111
- ./YAM_events.db:/app/YAM_events.db
1212
restart: always
1313
ui:
@@ -18,5 +18,4 @@ services:
1818
ports:
1919
- "3598:80"
2020
volumes:
21-
- ./config.json:/usr/share/nginx/html/config.json
2221
restart: always

0 commit comments

Comments
 (0)