Merge pull request #85 from patrickbreen/master

(run/install.sh) fix docker compose file
This commit is contained in:
Viktor 2024-03-18 13:09:30 +01:00 committed by GitHub
commit 258a344810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,8 @@ services:
restart: always
ports:
- "127.0.0.1:2181:2181"
networks:
- wmsa
traefik:
image: "traefik:v2.10"
container_name: "traefik"

View File

@ -122,6 +122,8 @@ services:
restart: always
ports:
- "127.0.0.1:2181:2181"
networks:
- wmsa
traefik:
image: "traefik:v2.10"
container_name: "traefik"