Expose it on port 80.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-05 22:55:07 +01:00
parent 192b48a78f
commit 289da45ebc
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ COPY files/supervisord.conf /etc/supervisord.conf
RUN chmod +x /entrypoint.sh
EXPOSE 8080
EXPOSE 80
WORKDIR /home/backuppc

View File

@@ -1,4 +1,4 @@
server.port = 8080
server.port = 80
server.username = env.BACKUPPC_USERNAME
server.groupname = env.BACKUPPC_GROUPNAME
server.document-root = "/srv/http"