There was an error while loading. Please reload this page.
1 parent 35de448 commit 6a397b9Copy full SHA for 6a397b9
1 file changed
docker-compose.yaml
@@ -1,14 +1,14 @@
1
services:
2
elasticmq:
3
- image: softwaremill/elasticmq-native:1.7.0-rc1
+ image: softwaremill/elasticmq-native:latest
4
ports:
5
- "9324:9324"
6
volumes:
7
- ./examples/elasticmq.conf:/opt/elasticmq.conf
8
- elasticmq-data:/data
9
10
elasticmq-ui:
11
- image: softwaremill/elasticmq-ui:1.7.0-rc1
+ image: softwaremill/elasticmq-ui:latest
12
13
- "3000:3000"
14
environment:
0 commit comments