mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
Merge pull request #85 from patrickbreen/master
(run/install.sh) fix docker compose file
This commit is contained in:
commit
258a344810
@ -94,6 +94,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:2181:2181"
|
- "127.0.0.1:2181:2181"
|
||||||
|
networks:
|
||||||
|
- wmsa
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.10"
|
image: "traefik:v2.10"
|
||||||
container_name: "traefik"
|
container_name: "traefik"
|
||||||
|
@ -122,6 +122,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:2181:2181"
|
- "127.0.0.1:2181:2181"
|
||||||
|
networks:
|
||||||
|
- wmsa
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.10"
|
image: "traefik:v2.10"
|
||||||
container_name: "traefik"
|
container_name: "traefik"
|
||||||
|
Loading…
Reference in New Issue
Block a user