diff --git a/README.md b/README.md index 747e0f6..689a175 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ services: - nexuma core: - image: nexuma/core:latest + image: git.kiow.ru/nexuma/core:latest container_name: nexuma-core restart: unless-stopped environment: @@ -104,7 +104,7 @@ services: - nexuma panel: - image: nexuma/panel:latest + image: git.kiow.ru/nexuma/panel:latest container_name: nexuma-panel restart: unless-stopped environment: @@ -147,7 +147,7 @@ version: '3.9' services: node: - image: nexuma/node:latest + image: git.kiow.ru/nexuma/node:latest container_name: nexuma-node restart: unless-stopped environment: diff --git a/core.md b/core.md index b0f0adf..5d2d1b0 100644 --- a/core.md +++ b/core.md @@ -65,7 +65,7 @@ services: - nexuma core: - image: nexuma/core:latest + image: git.kiow.ru/nexuma/core:latest container_name: nexuma-core restart: unless-stopped environment: diff --git a/docker-compose.base.yml b/docker-compose.base.yml index a7fdf34..3fca4e9 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -37,7 +37,7 @@ services: - nexuma core: - image: nexuma/core:latest + image: git.kiow.ru/nexuma/core:latest container_name: nexuma-core restart: unless-stopped environment: @@ -74,7 +74,7 @@ services: start_period: 30s panel: - image: nexuma/panel:latest + image: git.kiow.ru/nexuma/panel:latest container_name: nexuma-panel restart: unless-stopped environment: diff --git a/docker-compose.node.yml b/docker-compose.node.yml index ea33967..abf785f 100644 --- a/docker-compose.node.yml +++ b/docker-compose.node.yml @@ -5,7 +5,7 @@ version: '3.9' services: node: - image: nexuma/node:latest + image: git.kiow.ru/nexuma/node:latest container_name: nexuma-node restart: unless-stopped environment: diff --git a/node.md b/node.md index 0453388..dbbcc67 100644 --- a/node.md +++ b/node.md @@ -48,7 +48,7 @@ version: '3.9' services: node: - image: nexuma/node:latest + image: git.kiow.ru/nexuma/node:latest container_name: nexuma-node restart: unless-stopped environment: diff --git a/panel.md b/panel.md index c1aac98..2501f61 100644 --- a/panel.md +++ b/panel.md @@ -153,7 +153,7 @@ version: '3.9' services: panel: - image: nexuma/panel:latest + image: git.kiow.ru/nexuma/panel:latest container_name: nexuma-panel restart: unless-stopped environment: