Fix Docker Compose Database Ownership
This commit is contained in:
parent
4dafd4a538
commit
63f84029b6
@ -15,6 +15,7 @@ services:
|
||||
container_name: sodoff-jsgr-db
|
||||
image: postgres:16.2-alpine
|
||||
restart: unless-stopped
|
||||
user: 1000:1000
|
||||
environment:
|
||||
POSTGRES_USER: sodoff
|
||||
POSTGRES_DB: sodoffdb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user