resolve config volume
This commit is contained in:
parent
108290ccab
commit
39b2a40167
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ services:
|
|||
environment:
|
||||
DATABASE_URL: "postgres://maps:maps@postgres:5432/maps"
|
||||
volumes:
|
||||
- ./martin-config.yaml:/config.yaml:ro
|
||||
command: ["--config", "/config.yaml"]
|
||||
- ./martin-config.yaml:/etc/martin/config.yaml:ro
|
||||
command: ["--config", "/etc/martin/config.yaml"]
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue