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