forked from MarseyWorld/MarseyWorld
get rid of the "d_" before docker container names
parent
f5f0f7d528
commit
aa09bd41c2
|
@ -21,11 +21,13 @@ services:
|
|||
- postgres
|
||||
|
||||
redis:
|
||||
container_name: "redis"
|
||||
image: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
postgres:
|
||||
container_name: "postgres"
|
||||
image: postgres
|
||||
command: ["postgres", "-c", "log_statement=all"]
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue