Adding binding for the nohup.out file into the logs folder, which should make it less annoying to debug when a startup failure is occuring

This commit is contained in:
Christian 'ketura' McCarty
2022-09-10 03:56:35 -05:00
parent 234f920bd3
commit 6cf416ef56

View File

@@ -42,6 +42,9 @@ services:
- type: bind
source: ../..
target: /gemp-src
- type: bind
source: ../../logs/nohup.out
target: /nohup.out
networks:
gemp_net_1:
ipv4_address: ${APP_IP}