mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-12-20 14:41:17 +00:00
Replaced ENTRYPOINT with CMD
This commit is contained in:
parent
ba4c645b0c
commit
a483adb7c5
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ RUN wget -O teamspeak3-server_linux-amd64.tar.bz2 http://dl.4players.de/ts/relea
|
|||
ADD /scripts/ /opt/scripts/
|
||||
RUN chmod -R 774 /opt/scripts/
|
||||
|
||||
ENTRYPOINT ["/opt/scripts/docker-ts3.sh"]
|
||||
#CMD ["-w", "/teamspeak3/query_ip_whitelist.txt", "-b", "/teamspeak3/query_ip_blacklist.txt", "-o", "/teamspeak3/logs/", "-l", "/teamspeak3/"]
|
||||
CMD ["/opt/scripts/docker-ts3.sh"]
|
||||
|
||||
# Expose the Standard TS3 port.
|
||||
EXPOSE 9987/udp
|
||||
|
|
Loading…
Reference in a new issue