wordpress
This commit is contained in:
14
readme.md
14
readme.md
@ -4,6 +4,16 @@
|
||||
|
||||
git clone --branch master https://forge.cadoles.com/afornerot/ninedocker.git
|
||||
|
||||
## Nine sur localhost
|
||||
|
||||
Vous devez ajouter un domaine dans votre host qui pointe sur 127.0.0.0
|
||||
|
||||
Sans personnalisation nine est configuré pour travailler avec nine.local et il écoute le port 7080
|
||||
|
||||
```
|
||||
127.0.0.0 nine.local
|
||||
```
|
||||
|
||||
## Comment personnaliser
|
||||
|
||||
Pour personnaliser la configuration de base
|
||||
@ -18,8 +28,8 @@ De base ninedocker est configuré pour fonctionner sur nine.local en https
|
||||
Exemple de faire fonctionner le docker en local et en http
|
||||
|
||||
```
|
||||
WEB_URL=localhost
|
||||
PROTOCOLE=http
|
||||
WEB_URL=mondomaine
|
||||
PROTOCOLE=https
|
||||
```
|
||||
|
||||
### Ports & Services associés
|
||||
|
Reference in New Issue
Block a user