refactor: Remove unnecessary variable

This commit is contained in:
2021-06-07 17:53:26 +02:00
parent b78ec723cf
commit 4fb101ba6d
4 changed files with 1 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ services:
nextcloud-postgres:
container_name: ${POSTGRES_CONTAINER_NAME}
image: ${POSTGRES_IMAGE}
image: ${POSTGRES_IMAGE:-postgres:12.7-alpine}
restart: always
environment:
POSTGRES_USER: ${POSTGRES_USER}