mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-11 06:14:33 +00:00
- Container no longer runs in root context, now switches to gameserv
user before launching server - Removed supervisord dependancy - Add (assumed) additional mod folders
This commit is contained in:
parent
445f18bbc3
commit
01f57ef00a
10 changed files with 4 additions and 9 deletions
|
|
@ -18,8 +18,6 @@ sudo unzip \
|
|||
rsyslog \
|
||||
# -- utilities
|
||||
sed less vim file \
|
||||
# -- supervisor
|
||||
supervisor \
|
||||
# --- wine
|
||||
wine \
|
||||
# -- display
|
||||
|
|
@ -68,6 +66,8 @@ EXPOSE \
|
|||
666/tcp \
|
||||
28000/udp
|
||||
|
||||
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
CMD ["/usr/bin/supervisord","-c","/etc/supervisor/conf.d/supervisord.conf"]
|
||||
USER ${SRVUSER}
|
||||
WORKDIR /home/${SRVUSER}
|
||||
|
||||
CMD ["./start-server"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue