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
|
- type: bind
|
||||||
source: ../..
|
source: ../..
|
||||||
target: /gemp-src
|
target: /gemp-src
|
||||||
|
- type: bind
|
||||||
|
source: ../../logs/nohup.out
|
||||||
|
target: /nohup.out
|
||||||
networks:
|
networks:
|
||||||
gemp_net_1:
|
gemp_net_1:
|
||||||
ipv4_address: ${APP_IP}
|
ipv4_address: ${APP_IP}
|
||||||
|
|||||||
Reference in New Issue
Block a user