Last active
May 17, 2020 21:02
Revisions
-
ksmarty revised this gist
May 17, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ docker run \ --env=DRONE_GITEA_CLIENT_SECRET= \ --env=DRONE_RPC_SECRET= \ --env=DRONE_SERVER_HOST= \ --env=DRONE_SERVER_PROTO=http \ --publish=80:80 \ --publish=443:443 \ --restart=always \ -
ksmarty created this gist
May 17, 2020 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ docker run \ --volume=/var/lib/drone:/data \ --env=DRONE_GITEA_SERVER= \ --env=DRONE_GITEA_CLIENT_ID= \ --env=DRONE_GITEA_CLIENT_SECRET= \ --env=DRONE_RPC_SECRET= \ --env=DRONE_SERVER_HOST= \ --env=DRONE_SERVER_PROTO= \ --publish=80:80 \ --publish=443:443 \ --restart=always \ --detach=true \ --name=drone \ drone/drone:1