1
0
mirror of https://github.com/joBr99/proxmoxbackupserver synced 2026-08-06 00:12:37 +02:00

Added Expose 8007

This commit is contained in:
Johannes
2020-11-13 22:18:41 +01:00
committed by GitHub
parent a7d9b6057e
commit 50eeebf4cf
+3 -1
View File
@@ -17,5 +17,7 @@ RUN chsh -s /bin/bash backup
#Start... #Start...
COPY entrypoint.sh / COPY entrypoint.sh /
RUN chmod a+x /entrypoint.sh RUN chmod a+x /entrypoint.sh
CMD /entrypoint.sh
STOPSIGNAL SIGINT STOPSIGNAL SIGINT
CMD /entrypoint.sh
EXPOSE 8007/tcp