feat(Gitea): Add default value in yml
This commit is contained in:
@@ -2,12 +2,12 @@ version: "3.8"
|
||||
|
||||
volumes:
|
||||
gitea:
|
||||
name: ${GITEA_VOLUME_NAME}
|
||||
name: ${GITEA_VOLUME_NAME:-gitea}
|
||||
|
||||
services:
|
||||
gitea:
|
||||
container_name: ${GITEA_CONTAINER_NAME}
|
||||
image: ${GITEA_IMAGE}
|
||||
container_name: ${GITEA_CONTAINER_NAME:-gitea}
|
||||
image: ${GITEA_IMAGE:-gitea/gitea:1.13.2}
|
||||
restart: always
|
||||
environment:
|
||||
# - USER_UID=1000
|
||||
|
Reference in New Issue
Block a user