Use bind mount for dev container

This commit is contained in:
tobias
2024-06-23 10:32:21 +02:00
parent ace6e50b73
commit bc6c4ddde7
2 changed files with 9 additions and 9 deletions

View File

@ -19,6 +19,7 @@ services:
- "MONGODB_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017"
volumes:
- /base/media
- ./:/base
networks:
- internal
ports: