mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 19:43:02 +01:00
Adds file logging stuff to the docker config
This commit is contained in:
+1
-1
@@ -48,6 +48,6 @@ COPY --from=build /app .
|
||||
COPY --from=build /src/build/tgs.docker.sh tgs.sh
|
||||
|
||||
RUN mkdir /config_data && mv appsettings.Docker.json /config_data/appsettings.Production.json
|
||||
VOLUME ["/config_data"]
|
||||
VOLUME ["/config_data", "/tgs_logs"]
|
||||
|
||||
ENTRYPOINT ["./tgs.sh"]
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"General": {
|
||||
"LogFileDirectory": "/tgs_logs"
|
||||
},
|
||||
"Database": {
|
||||
"DatabaseType": "SqlServer",
|
||||
"ConnectionString": "<Your connection string>"
|
||||
|
||||
Reference in New Issue
Block a user