Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 8e37db62 rédigé par Will Hunt's avatar Will Hunt Validation de GitHub
Parcourir les fichiers

Docker doesn't allow hyphens, so halfshot

parent 429c7186
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -67,10 +67,10 @@ nano /matrix-appservice-discord/config.yaml
cp discord-registration.yaml /matrix-appservice-discord/discord-registration.yaml
# Optional: Build the container yourself (requires a git clone, and to be in the root of the project)
docker build -t half-shot/matrix-appservice-discord .
docker build -t halfshot/matrix-appservice-discord .
# Run the container
docker run -v /matrix-appservice-discord:/data -p 9005:9005 half-shot/matrix-appservice-discord
docker run -v /matrix-appservice-discord:/data -p 9005:9005 halfshot/matrix-appservice-discord
```
#### 3PID Protocol Support
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter