test(swarm): set swarmModeRefreshSeconds to 1

For testing purposes this is important
This commit is contained in:
Alexis Couvreur
2022-10-07 03:20:49 +00:00
parent 9f52462bc9
commit 95261c134f

View File

@@ -8,6 +8,7 @@ services:
- --entryPoints.http.address=:80
- --providers.docker=true
- --providers.docker.swarmmode=true
- --providers.docker.swarmModeRefreshSeconds=1 # Default is 15s
ports:
- target: 80
published: 8080