mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:35:22 +00:00
hooked up custom docker instances from config file
This commit is contained in:
4
debian/drone/etc/default/drone
vendored
4
debian/drone/etc/default/drone
vendored
@@ -4,10 +4,10 @@
|
||||
#
|
||||
# -datasource="drone.sqlite":
|
||||
# -driver="sqlite3":
|
||||
# -port=":8080":
|
||||
# -bind=":8080":
|
||||
# -workers="4":
|
||||
#
|
||||
#DRONED_OPTS="--port=:80"
|
||||
#DRONED_OPTS="--bind=:80"
|
||||
|
||||
# Email configuration
|
||||
#DRONE_SMTP_HOST=
|
||||
|
2
debian/drone/etc/init/drone.conf
vendored
2
debian/drone/etc/init/drone.conf
vendored
@@ -5,7 +5,7 @@ console log
|
||||
|
||||
script
|
||||
set -a
|
||||
DRONED_OPTS="--port=:80"
|
||||
DRONED_OPTS="--bind=:80"
|
||||
if [ -f /etc/default/$UPSTART_JOB ]; then
|
||||
. /etc/default/$UPSTART_JOB
|
||||
fi
|
||||
|
Reference in New Issue
Block a user