Try to use a new port (dont conflict with keycloak)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-03-31 15:13:12 +02:00
parent ebd5acdf32
commit cbceb9c442
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM drone/drone:1
EXPOSE 8080
EXPOSE 8042
COPY . ${WORKDIR}

View File

@ -1,5 +1,5 @@
---
autonomic_admin_mail: "helo@autonomic.zone"
drone_domain: "drone.autonomic.zone"
drone_port: "8080"
drone_port: "8042"
gitea_domain: "https://git.autonomic.zone"