From b547dd6791187c6f6b3d07ac665ff73e883c5687 Mon Sep 17 00:00:00 2001 From: deon Date: Wed, 10 Apr 2024 12:38:14 +0000 Subject: [PATCH] Updated link to docker registry --- Installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 232f1fc..908b2ac 100644 --- a/Installation.md +++ b/Installation.md @@ -81,7 +81,7 @@ version: "3.5" services: web: - image: registry.dege.au/bbs/clrghouz + image: gitea.dege.au/bbs/clrghouz #cap_add: # SYS_ADMIN # NET_ADMIN @@ -133,7 +133,7 @@ services: # /srv/docker/clrghouz/zerotier:/var/lib/zerotier-one queue: - image: registry.dege.au/bbs/clrghouz + image: gitea.dege.au/bbs/clrghouz #cap_add: # SYS_ADMIN # NET_ADMIN @@ -175,7 +175,7 @@ services: # /srv/docker/clrghouz/zerotier.queue:/var/lib/zerotier-one schedule: - image: registry.dege.au/bbs/clrghouz + image: gitea.dege.au/bbs/clrghouz deploy: replicas: 1 resources: @@ -292,7 +292,7 @@ _NOTES:_ ### Create the app encryption key ```plaintext -# docker run --rm -e CONTAINER_ROLE=none -e APP_TIMEZONE=UTC registry.dege.au/bbs/clrghouz ./artisan key:generate --show +# docker run --rm -e CONTAINER_ROLE=none -e APP_TIMEZONE=UTC gitea.dege.au/bbs/clrghouz ./artisan key:generate --show * Starting NGINX... ? NO container role "none", AND/OR no laravel install, just starting php-fpm