adopting gitea 1.18.0
This commit is contained in:
parent
d1231dfd0b
commit
e75d5c9753
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user