Skip to content

Commit

Permalink
Update docker-compose.db.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy authored Sep 10, 2023
1 parent e258bcd commit 122ae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
db:
image: postgres:14
user: softforum
user: 1000:1000
container_name: db
restart: always
volumes:
Expand Down

0 comments on commit 122ae33

Please sign in to comment.