mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Use the default port instead of getting weird about it
This commit is contained in:
+1
-2
@@ -61,11 +61,10 @@ RUN apt-get update \
|
||||
gcc-multilib \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 5000
|
||||
|
||||
ENV General__ValidInstancePaths__0 /tgs4_instances
|
||||
ENV FileLogging__Directory /tgs_logs
|
||||
ENV Kestrel__EndPoints__Http__Url http://0.0.0.0:80
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user