diff --git a/docker-stack/gitea.yml b/docker-stack/gitea.yml index 4f4de1d..3e58f5d 100644 --- a/docker-stack/gitea.yml +++ b/docker-stack/gitea.yml @@ -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