Skip to content

Commit 13c35c7

Browse files
committed
remove "expose" key, not allowed in recent docker-compose
1 parent 843e5c1 commit 13c35c7

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

docker/moqui-cluster1-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,5 @@ services:
201201
- moqui-search
202202
ports:
203203
- 5601:5601
204-
expose:
205-
- 127.0.0.1:5601:5601
206204
environment:
207205
OPENSEARCH_HOSTS: '["https://moqui-search:9200"]'

docker/moqui-mysql-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,5 @@ services:
141141
- moqui-search
142142
ports:
143143
- 5601:5601
144-
expose:
145-
- 127.0.0.1:5601:5601
146144
environment:
147145
OPENSEARCH_HOSTS: '["https://moqui-search:9200"]'

docker/mysql-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,5 @@ services:
8686
- moqui-search
8787
ports:
8888
- 5601:5601
89-
expose:
90-
- 127.0.0.1:5601:5601
9189
environment:
9290
OPENSEARCH_HOSTS: '["https://moqui-search:9200"]'

docker/postgres-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,5 @@ services:
8686
- moqui-search
8787
ports:
8888
- 5601:5601
89-
expose:
90-
- 127.0.0.1:5601:5601
9189
environment:
9290
OPENSEARCH_HOSTS: '["https://moqui-search:9200"]'

0 commit comments

Comments
 (0)