Fix docker-compose
This commit is contained in:
@@ -27,8 +27,8 @@ services:
|
||||
image: postgres:14.1-alpine
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER: web
|
||||
- POSTGRES_PASSWORD: example
|
||||
POSTGRES_USER: web
|
||||
POSTGRES_PASSWORD: example
|
||||
volumes:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user