adopting gitea 1.18.0

This commit is contained in:
hyung-hwan 2022-12-30 16:59:36 +09:00
parent d1231dfd0b
commit e75d5c9753

View File

@ -11,7 +11,7 @@ networks:
services:
gitea-service:
image: gitea/gitea:1.17.4
image: gitea/gitea:1.18.0
hostname: gitea-service-host
tty: true
environment:
@ -62,6 +62,11 @@ services:
# - target: 22
# published: 222
# protocol: tcp
logging:
driver: "local"
options:
max-file: "5"
max-size: "5m"
deploy:
mode: replicated
replicas: 1