fix in compose
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:18-alpine
|
||||
user: "999:999"
|
||||
image: postgres:18
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
- ./docker-data/postgres:/var/lib/postgresql/data
|
||||
- ./docker-data/postgres:/var/lib/postgresql
|
||||
environment:
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
|
||||
Reference in New Issue
Block a user