Docker: remove /app/haven bind mount

The dockerfile already builds haven as /app/main
This commit is contained in:
Anthony Accioly
2024-09-27 09:52:16 +01:00
parent 6f6ab34214
commit a97d53268e
4 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ services:
- .env
volumes:
- "./db:/app/db"
- "./dbin:/app/haven"
ports:
- "3355:3355"
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"