EXPOSE ALL PORTS: 1234 12345 33101 33012 45780 45781 45782 45783 45784 45785 45786 45787 45788 45789 45790

This commit is contained in:
fred 2023-11-28 17:29:06 +01:00
parent 44837aff91
commit 66a6233a85
4 changed files with 28 additions and 2 deletions

View File

@ -137,7 +137,7 @@ RUN chmod +rx /usr/local/bin/cronlock
COPY templates/.ssmtprc /etc/ssmtp/ssmtp.conf
RUN chmod 640 /etc/ssmtp/ssmtp.conf && chgrp mail /etc/ssmtp/ssmtp.conf
EXPOSE 1234 12345
EXPOSE 1234 12345 33101 33012 45780 45781 45782 45783 45784 45785 45786 45787 45788 45789 45790
COPY install.sh /install.sh
COPY ${DOCKER_BUILD_DIR}/*.sh /app/

View File

@ -130,7 +130,7 @@ RUN chmod +rx /usr/local/bin/cronlock
COPY templates/.ssmtprc /etc/ssmtp/ssmtp.conf
RUN chmod 640 /etc/ssmtp/ssmtp.conf && chgrp mail /etc/ssmtp/ssmtp.conf
EXPOSE 1234 12345
EXPOSE 1234 12345 33101 33012 45780 45781 45782 45783 45784 45785 45786 45787 45788 45789 45790
COPY install.sh /install.sh
COPY ${DOCKER_BUILD_DIR}/*.sh /app/

View File

@ -5,3 +5,16 @@ services:
ports:
- 1234:1234
- 12345:12345
- 45780:45780
- 45781:45781
- 45782:45782
- 45783:45783
- 45784:45784
- 45785:45785
- 45786:45786
- 45787:45787
- 45788:45788
- 45789:45789
- 45790:45790
- 33101:33101
- 33102:33102

View File

@ -18,6 +18,19 @@ services:
ports:
- 1234
- 12345
- 45780
- 45781
- 45782
- 45783
- 45784
- 45785
- 45786
- 45787
- 45788
- 45789
- 45790
- 33101
- 33102
tty: true
volumes:
- home:/home:delegated