diff options
author | 2019-05-22 14:09:40 +0000 | |
---|---|---|
committer | 2019-05-22 14:09:40 +0000 | |
commit | 406cb35a32e69351fc8f136f89460c35724d87eb (patch) | |
tree | db33e94d723a8b786b9e84e5cd95c80d21226893 | |
parent | e441120c13be368c955f8d947c105ad2efe9b40c (diff) | |
parent | eff7f682175d20311a88a80ed9d432f5c01558e2 (diff) |
Merge "Restarts rabbitmq container"
-rw-r--r-- | dashboard/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/docker-compose.yml b/dashboard/docker-compose.yml index f9cf0bb..eac84e6 100644 --- a/dashboard/docker-compose.yml +++ b/dashboard/docker-compose.yml @@ -47,6 +47,7 @@ services: - pharos-data:/var/lib/postgresql/data rabbitmq: + restart: always image: rabbitmq container_name: rm01 env_file: config.env |