diff --git a/src/development/stack.yml b/src/development/stack.yml index 92b17334..63306fa3 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -35,7 +35,7 @@ services: - traefik.http.routers.adminer_secure.rule=Host(`adminer.${STACK_DOMAIN}`) - traefik.http.routers.adminer_secure.tls.options=mintls13@file #DARGSTACK-REMOVE - traefik.http.services.adminer.loadbalancer.server.port=8080 - image: adminer:4.8.1-standalone@sha256:1cdc0bfddc5196e9fde4c2f9581a55e5e8fb3f063af4dc60ceb46ce4248c1ff3 + image: adminer:4.8.1-standalone@sha256:1cd186f431fc94467c1784ec2a37f6907c969db7183b57bd430ec73ced2139aa volumes: - ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro dargstack-example: