Skip to content

Commit

Permalink
fix: container name
Browse files Browse the repository at this point in the history
  • Loading branch information
eidam authored and lukeed committed Nov 15, 2021
1 parent 6c6da41 commit d833640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker-postgres/scripts/postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '2.1'
services:
postgresql:
image: docker.io/bitnami/postgresql:11
container_name: postgres_postgresql_1
volumes:
- 'postgresql_data:/bitnami/postgresql'
environment:
Expand Down

0 comments on commit d833640

Please sign in to comment.