Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 7, 2023
1 parent 723e75a commit 0785ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
db:
image: postgres:16.0-alpine3.18
restart: always
user: "$PGUSER"
volumes:
- db:/var/lib/postgresql/data
env_file:
Expand Down

0 comments on commit 0785ae6

Please sign in to comment.