Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 753af7c

Browse files
committed
Fix tcadmin and re-enable SOAP access by default
1 parent 5a78bbb commit 753af7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ COPY ["tcpassword","gettdb","wait-for-it.sh","usr/local/bin/"]
8686
#ADD https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh usr/local/bin/wait-for-it.sh
8787
#ADD https://raw.githubusercontent.com/bells17/wait-for-it-for-busybox/master/wait-for-it.sh usr/local/bin/wait-for-it.sh
8888
ADD https://raw.githubusercontent.com/neechbear/tcadmin/master/tcadmin usr/local/bin/tcadmin
89-
RUN mkdir -pv usr/bin/ && ln -s -t usr/bin/ /bin/env && chmod +rx usr/local/bin/*
89+
RUN mkdir -pv usr/bin/ && ln -s -t usr/bin/ /bin/env && chmod -v +rx usr/local/bin/*
9090

9191
# Save upstream source Git SHA information that we built form.
9292
RUN git -C /src rev-parse HEAD > .git-rev \
@@ -103,6 +103,7 @@ RUN tar -cf - \
103103
/usr/bin/7zr \
104104
/usr/bin/jq \
105105
/usr/bin/git \
106+
/usr/bin/xml2 \
106107
/opt/trinitycore \
107108
/etc/*server.conf.dist \
108109
| tar -C /artifacts/ -xvf -

worldserver.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3031,7 +3031,7 @@ SOAP.Enabled = 1
30313031
# Description: Bind SOAP service to IP/hostname.
30323032
# Default: "127.0.0.1" - (Bind to localhost)
30333033

3034-
SOAP.IP = "127.0.0.1"
3034+
SOAP.IP = "0.0.0.0"
30353035

30363036
#
30373037
# SOAP.Port

0 commit comments

Comments
 (0)