Compare commits

..

2 commits

View file

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