fixing docker-compose config location

This commit is contained in:
ngn 2024-01-24 11:33:23 +00:00 committed by GitHub
parent c746794d74
commit 08e352ad5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ services:
ports:
- "127.0.0.1:8080:8080"
volumes:
- ./config.properties:/app/config.properties
- ./config.properties:/config.properties
depends_on:
- postgres
postgres: