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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user