get rid of the "d_" before docker container names

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-06 00:25:34 +02:00
parent f5f0f7d528
commit aa09bd41c2
1 changed files with 2 additions and 0 deletions

View File

@ -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: