diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 21:21:48 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 21:21:48 +0200 |
commit | f86e426562b658dce17d3d33b87b43c2ed3b2778 (patch) | |
tree | d2fe46b9246c87b283b3b043caa4205760862390 | |
parent | fd27e5f0f424dd7f6c82e61d8297c8a1702a5593 (diff) |
fetching images from the darknebula registry
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index e9342eb..756613b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: - circus register: - image: "circus-register:latest" + image: "registry.darknebu.la/circus/register:latest" volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" ports: @@ -65,7 +65,7 @@ services: - circus scoreboard: - image: "circus-scoreboard:latest" + image: "registry.darknebu.la/circus/scoreboard:latest" container_name: "scoreboard" volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" |