fix: update repository urls to nonobzh22-group
This commit is contained in:
@@ -65,7 +65,7 @@ C'est la méthode la plus simple pour garder un environnement propre. Nous utili
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Cloner le projet (si ce n'est pas déjà fait)
|
# 1. Cloner le projet (si ce n'est pas déjà fait)
|
||||||
git clone https://gitlab.com/nonobzh22/hydr-hacked
|
git clone https://gitlab.com/nonobzh22-group/Hydr-Hacked
|
||||||
|
|
||||||
# 2. Préparer la configuration
|
# 2. Préparer la configuration
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
@@ -76,7 +76,7 @@ docker compose up -d
|
|||||||
📍 Accès : `http://localhost:3067`
|
📍 Accès : `http://localhost:3067`
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> L'application utilise l'image `registry.gitlab.com/nonobzh22/hydr-hacked:latest`. Elle est reconstruite automatiquement à chaque mise à jour, vous n'avez plus besoin de compiler localement.
|
> L'application utilise l'image `registry.gitlab.com/nonobzh22-group/hydr-hacked:latest`. Elle est reconstruite automatiquement à chaque mise à jour, vous n'avez plus besoin de compiler localement.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
hydrhacked:
|
hydrhacked:
|
||||||
image: registry.gitlab.com/nonobzh22/hydr-hacked:main
|
image: registry.gitlab.com/nonobzh22-group/hydr-hacked:main
|
||||||
build: .
|
build: .
|
||||||
container_name: hydrhacked_app
|
container_name: hydrhacked_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user