feat(Docker): Remove hash because it depends on the architecture

This commit is contained in:
2022-02-22 15:55:18 +01:00
parent cf44901c1d
commit 0e1c155fbf
14 changed files with 14 additions and 14 deletions

View File

@ -7,7 +7,7 @@ volumes:
services:
postgres:
container_name: ${POSTGRES_CONTAINER_NAME:-postgres}
image: ${POSTGRES_IMAGE:-postgres:14.2-alpine@sha256:536bc3ad5d53f1b84db958be04013024aae70449c931943ad0a55c56c28f68b3}
image: ${POSTGRES_IMAGE:-postgres:14.2-alpine}
restart: always
environment:
POSTGRES_USER: ${POSTGRES_USER:?err}