mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change default directory to some made up directory so its harder to leak private stuff
This commit is contained in:
parent
186c3d7b21
commit
7ce0212c80
|
@ -16,7 +16,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- "./public/uploads/:/public/uploads"
|
- "/tmp/CHANGE_THIS_DIRECTORY/:/public/uploads"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:42069:8080"
|
- "127.0.0.1:42069:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue