feat(Docker): Remove hash because it depends on the architecture
This commit is contained in:
@ -7,7 +7,7 @@ volumes:
|
||||
services:
|
||||
gitea:
|
||||
container_name: ${GITEA_CONTAINER_NAME:-gitea}
|
||||
image: ${GITEA_IMAGE:-gitea/gitea:1.16.1@sha256:bd36095359861e6970705a70d58ae0536f92f0d3f2d25c18ed663e94380c546a}
|
||||
image: ${GITEA_IMAGE:-gitea/gitea:1.16.1}
|
||||
restart: always
|
||||
environment:
|
||||
# - USER_UID=1000
|
||||
|
Reference in New Issue
Block a user