fullupgrade

This commit is contained in:
valentin
2023-03-30 11:07:15 +02:00
parent 32f3b58cb1
commit 1ec5425657
6 changed files with 2 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ services:
- traefik.docker.network=traefik_web
- traefik.http.routers.${ROUTER_NAME}-router.entrypoints=${ENTRYPOINT}
- traefik.http.routers.${ROUTER_NAME}-router.rule=Host(`${APP_HOST}`)
- traefik.http.routers.${ROUTER_NAME}-router.tls=true
db:
image: mariadb:${MARIADB_VERSION}
restart: always