mirror of
https://github.com/aljazceru/haven.git
synced 2026-01-29 18:24:20 +01:00
Docker: remove /app/haven bind mount
The dockerfile already builds haven as /app/main
This commit is contained in:
@@ -8,7 +8,6 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- "./db:/app/db"
|
||||
- "./dbin:/app/haven"
|
||||
ports:
|
||||
- "3355:3355"
|
||||
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
|
||||
|
||||
Reference in New Issue
Block a user