This commit is contained in:
@ -8,7 +8,7 @@ services:
|
||||
- "3001:3000"
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
volumes:
|
||||
- ./app/static:/app/static:rw
|
||||
- minecraft_static:/app/static
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
@ -25,3 +25,6 @@ services:
|
||||
- MONGO_INITDB_ROOT_USERNAME=popa
|
||||
- MONGO_INITDB_ROOT_PASSWORD=2006sit_
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
minecraft_static:
|
||||
|
Reference in New Issue
Block a user