mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #1035 from Zoey2936/patch-1
Set default talk port inside Dockerfile
This commit is contained in:
commit
9a83c3af47
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ RUN mkdir -p /etc/nats; \
|
||||||
# Give root a random password
|
# Give root a random password
|
||||||
RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
||||||
|
|
||||||
|
# Set default talk port https://github.com/nextcloud/all-in-one/issues/1011
|
||||||
|
ENV TALK_PORT=3478
|
||||||
|
|
||||||
USER talk
|
USER talk
|
||||||
ENTRYPOINT ["start.sh"]
|
ENTRYPOINT ["start.sh"]
|
||||||
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue