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

@ -9,7 +9,7 @@ volumes:
services:
mobilizon:
container_name: ${MOBILIZON_CONTAINER_NAME:-mobilizon}
image: ${MOBILIZON_IMAGE:-framasoft/mobilizon:2.0.2@sha256:a703d399c35b3b685be7c154bf2ac74f5acd88d8c28dd42f05f68859d76edfd3}
image: ${MOBILIZON_IMAGE:-framasoft/mobilizon:2.0.2}
restart: always
depends_on:
- postgres