only data?
This commit is contained in:
parent
abd571e636
commit
005c069df1
1 changed files with 1 additions and 2 deletions
|
@ -58,11 +58,10 @@ services:
|
|||
environment:
|
||||
- LETSENCRYPT_HOST=mq.neo.ixvd.net
|
||||
- VIRTUAL_HOST=mq.neo.ixvd.net
|
||||
- VIRTUAL_PORT=8080
|
||||
- VIRTUAL_PORT=15672
|
||||
- RABBITMQ_DEFAULT_USER=rmq
|
||||
- RABBITMQ_DEFAULT_PASS=preconfig
|
||||
volumes:
|
||||
- /srv/rabbitmq/config:/etc/rabbitmq
|
||||
- /srv/rabbitmq/data:/var/lib/rabbitmq
|
||||
ports:
|
||||
- 5672:5672
|
||||
|
|
Reference in a new issue