mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Merge pull request #624 from tgstation/Cyberboss-patch-1
Expose 5000 by default in docker image
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ WORKDIR /src/src/Tgstation.Server.Host
|
||||
RUN dotnet publish -c Release -o /app/lib/Default && mv /app/lib/Default/appsettings* /app
|
||||
|
||||
FROM microsoft/dotnet:2.1-aspnetcore-runtime
|
||||
EXPOSE 80
|
||||
EXPOSE 5000
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
"MinimumPasswordLength": 15,
|
||||
"GitHubAccessToken": null
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5000"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Database": {
|
||||
"DatabaseType": "SqlServer or MySQL or MariaDB",
|
||||
"ConnectionString": "<Your connection string>",
|
||||
|
||||
Reference in New Issue
Block a user