Merge branch 'main' of https://github.com/JamesTurland/JimsGarage
This commit is contained in:
commit
f45338927b
|
@ -13,7 +13,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- .env # store other secrets e.g., dashboard password
|
- .env # store other secrets e.g., dashboard password
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
- proxy
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
@ -51,4 +51,4 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true # or comment this line to auto create the network
|
external: true # or comment this line to auto create the network
|
||||||
|
|
Loading…
Reference in New Issue