forked from docker/proxmoxbackupserver
Added Expose 8007
This commit is contained in:
+3
-1
@@ -17,5 +17,7 @@ RUN chsh -s /bin/bash backup
|
||||
#Start...
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod a+x /entrypoint.sh
|
||||
CMD /entrypoint.sh
|
||||
STOPSIGNAL SIGINT
|
||||
CMD /entrypoint.sh
|
||||
EXPOSE 8007/tcp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user