Skip to content

Commit

Permalink
fix: user error in postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkenau committed Sep 9, 2022
1 parent 4f53b51 commit 01ac20d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/docker-compose.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ services:
image: rabbitmq:3.10.7
ports:
- 5672:5672
# healthcheck:
# interval: 10s
# timeout: 5s
# retries: 5
# test: [ "CMD", "rabbitmqctl", "status" ]

postgres:
image: postgres:14
restart: unless-stopped
user: postgres
volumes:
- postgres-data:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit 01ac20d

Please sign in to comment.