adding debug volume and log conent
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -6,11 +6,16 @@
|
||||
"containers": [
|
||||
{
|
||||
"IMAGE": "safebox/proxy-scheduler:latest",
|
||||
"NAME": "proxy_scheduler-ifhiwhhg",
|
||||
"NAME": "proxy_scheduler",
|
||||
"MEMORY": "64M",
|
||||
"IP": "null",
|
||||
"NETWORK": "host",
|
||||
"VOLUMES": [
|
||||
{
|
||||
"SOURCE": "SHARED",
|
||||
"DEST": "/var/tmp/shared",
|
||||
"TYPE": "rw"
|
||||
},
|
||||
{
|
||||
"SOURCE": "/etc/user/config/services",
|
||||
"DEST": "/etc/user/config/services",
|
||||
|
Reference in New Issue
Block a user