mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
Moved the port exposure for the db service to a seperate docker-compose file
This commit is contained in:
4
docker-compose.dev.yaml
Normal file
4
docker-compose.dev.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
db:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user