fix stupid folder name

This commit is contained in:
Barry Deen
2024-09-26 20:45:45 -04:00
parent e316af3578
commit 48981b729f
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ services:
- VIRTUAL_PORT=3355
volumes:
- "./db:/app/db"
- "./haven:/app/haven"
- "./haven:/app"
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
network_mode: bridge
restart: unless-stopped

View File

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

View File

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