Skip to content

Commit

Permalink
docker docs for Dadoum#91 (Dadoum#92)
Browse files Browse the repository at this point in the history
* docker docs for Dadoum#91

---------

Co-authored-by: Dadoum <[email protected]>
  • Loading branch information
konsumer and Dadoum authored Aug 30, 2023
1 parent f84baa0 commit f45639d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LISEZMOI.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Si vous souhaitez créer un serveur Anisette pour votre usage personnel ou crée
Docker ou Podman. Dans ce cas, il vous suffira de lancer la commande suivante pour configurer un serveur directement :

```bash
docker run -d -v provision_config:/home/Chester/.config/Provision/ --restart=always -p 6969:6969 --name anisette dadoum/anisette-server:latest
docker run -d -v ${PWD}/provision_config:/home/Chester/.config/Provision/ --restart=always -p 6969:6969 --name anisette dadoum/anisette-server:latest
```

Cette commande récupèrera l'image Docker et l'exécutera immédiatemnt. Le volume
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you wish to run Anisette within docker to host a server public or privately.
and run the following command:

```bash
docker run -d -v provision_config:/home/Chester/.config/Provision/ --restart=always -p 6969:6969 --name anisette dadoum/anisette-server:latest
docker run -d -v ${PWD}/provision_config:/home/Chester/.config/Provision/ --restart=always -p 6969:6969 --name anisette dadoum/anisette-server:latest
```

The above command will pull the image and also run it in the background. The volume
Expand Down

0 comments on commit f45639d

Please sign in to comment.