File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ services:
7070 moqui-server :
7171 image : moqui
7272 container_name : moqui-server
73- command : conf=conf/MoquiProductionConf.xml no-run-es
73+ command : conf=conf/MoquiProductionConf.xml port=80 no-run-es
7474 restart : always
7575 links :
7676 - moqui-database
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 moqui-server1 :
4444 image : moqui
4545 container_name : moqui-server1
46- command : conf=conf/MoquiProductionConf.xml
46+ command : conf=conf/MoquiProductionConf.xml port=80
4747 restart : always
4848 links :
4949 - moqui-database
@@ -99,7 +99,7 @@ services:
9999 moqui-server2 :
100100 image : moqui
101101 container_name : moqui-server2
102- command : conf=conf/MoquiProductionConf.xml
102+ command : conf=conf/MoquiProductionConf.xml port=80
103103 restart : always
104104 links :
105105 - moqui-database
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
4646 moqui-server :
4747 image : moqui
4848 container_name : moqui-server
49- command : conf=conf/MoquiProductionConf.xml
49+ command : conf=conf/MoquiProductionConf.xml port=80
5050 restart : always
5151 links :
5252 - moqui-database
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141 moqui-server :
4242 image : moqui
4343 container_name : moqui-server
44- command : conf=conf/MoquiProductionConf.xml
44+ command : conf=conf/MoquiProductionConf.xml port=80
4545 restart : always
4646 links :
4747 - moqui-database
You can’t perform that action at this time.
0 commit comments