feat(Docker): Remove hash because it depends on the architecture
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user