chore(deps): update docker-compose

This commit is contained in:
renovate[bot] 2024-07-14 20:00:56 +00:00 committed by GitHub
parent 9e23b57038
commit 8a6a3ef3a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ services:
- httpbin.localtest.me - httpbin.localtest.me
gitea: gitea:
image: gitea/gitea:1.22.0 image: gitea/gitea:1.22.1
container_name: gitea container_name: gitea
environment: environment:
- USER_UID=1000 - USER_UID=1000

View File

@ -33,7 +33,7 @@ services:
# Reverse proxy # Reverse proxy
gateway: gateway:
container_name: traefik container_name: traefik
image: traefik:v2.11.3 image: traefik:v2.11.6
volumes: volumes:
- "./traefik:/etc/traefik" - "./traefik:/etc/traefik"
ports: ports: