devops: Write renovate equivalent docker cmd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-12-17 19:00:04 +01:00
commit 4e58219ba8
2 changed files with 21 additions and 1 deletions

View file

@ -24,7 +24,7 @@ Lançons enfin Drone avec les deux commandes suivantes :
```shell
docker volume create drone_data
docker container run --name droneci -v drone_data:/data --network my_ci_net
docker container run --name droneci -v drone_data:/data --network my_ci_net \
-p 80:80 -e DRONE_GITEA_CLIENT_ID -e DRONE_GITEA_CLIENT_SECRET \
-e DRONE_GITEA_SERVER=http://gitea:3000 -e DRONE_SERVER_PROTO=http \
-e DRONE_RPC_SECRET -e DRONE_SERVER_HOST=droneci -d \