diff --git a/rustfs/compose.yaml b/rustfs/compose.yaml index 75c8bec..235cdb0 100644 --- a/rustfs/compose.yaml +++ b/rustfs/compose.yaml @@ -2,7 +2,7 @@ services: rustfs: # https://hub.docker.com/r/rustfs/rustfs # https://github.com/rustfs/rustfs/releases - image: rustfs/rustfs:1.0.0-alpha.69 + image: rustfs/rustfs:1.0.0-alpha.86 hostname: unraid container_name: rustfs env_file: .env diff --git a/traefik/compose.yaml b/traefik/compose.yaml index e662476..3f76f53 100644 --- a/traefik/compose.yaml +++ b/traefik/compose.yaml @@ -3,7 +3,7 @@ volumes: services: traefik: - image: traefik:3.0 + image: traefik:3 container_name: traefik restart: always command: --providers.docker diff --git a/traefik/volume.git/traefik.yml b/traefik/volume.git/traefik.yml index 3b26bb9..247d502 100644 --- a/traefik/volume.git/traefik.yml +++ b/traefik/volume.git/traefik.yml @@ -1,7 +1,7 @@ entryPoints: - http: + web: address: ':80' - https: + websecure: address: ':443' asDefault: true