mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-02-22 13:02:15 +00:00
expose ports
This commit is contained in:
parent
856db62414
commit
245c3a20f1
|
@ -40,7 +40,7 @@ RUN mkdir -p /opt/seafile/ && cd /opt/seafile/ && \
|
|||
RUN find /opt/seafile/ \( -name "liblber-*" -o -name "libldap-*" -o -name "libldap_r*" -o -name "libsasl2.so*" \) -delete
|
||||
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8000 8080 8082
|
||||
|
||||
|
||||
CMD ["/sbin/my_init", "--", "/scripts/start.py"]
|
||||
|
|
Loading…
Reference in a new issue