mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fixing docker-compose config location
This commit is contained in:
parent
c746794d74
commit
08e352ad5b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue