feature/code-update

This commit is contained in:
2026-03-16 08:42:57 +01:00
parent 06ad7bce2f
commit 9c1b2b5084
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ volumes:
services:
traefik:
image: traefik:3.0
image: traefik:3
container_name: traefik
restart: always
command: --providers.docker

View File

@@ -1,7 +1,7 @@
entryPoints:
http:
web:
address: ':80'
https:
websecure:
address: ':443'
asDefault: true