Skip to content

Commit 092527e

Browse files
author
Maksym Mykhailenko
committed
chore: don't restart rabbitmq in docker
Currently, if we restart computer or Docker App, all other containers would be stopped, but rabbitmq would be restarted. We have to be consistent there, either restart all or none. So we don't restart rabbitmq also.
1 parent 4867b75 commit 092527e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

local/full/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
- "9300:9300"
2020
queue:
2121
image: "rabbitmq:3-management"
22-
restart: always
2322
ports:
2423
- "5672:5672"
2524
- "15672:15672"

0 commit comments

Comments
 (0)