Compare commits

..

2 commits

View file

@ -43,7 +43,7 @@ services:
db: db:
image: postgres:13 image: postgres:${POSTGRES_VERSION}
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}