Skip to content

Commit

Permalink
Add user for postgres in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwin7894 committed Oct 7, 2022
1 parent ca6546d commit b586516
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 @@ -5,6 +5,7 @@ services:
container_name: aldwin7894-pg
image: postgres:14-alpine
restart: always
user: postgres
environment:
- TZ
- POSTGRES_PASSWORD
Expand Down

0 comments on commit b586516

Please sign in to comment.