Fix docker-compose

This commit is contained in:
2021-12-25 01:11:41 +01:00
parent dde03b1945
commit 5408e25c90

View File

@@ -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: