Update 'scripts/syncthing/manifest.dat'
parent
30649b142e
commit
5cc3cdb6ad
|
@ -6,4 +6,10 @@
|
||||||
@ syncthing
|
@ syncthing
|
||||||
%
|
%
|
||||||
@ #ADDITIONAL_REPLACE
|
@ #ADDITIONAL_REPLACE
|
||||||
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")
|
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")
|
||||||
|
%
|
||||||
|
@ launch-docker.sh
|
||||||
|
@ launch-docker.sh &
|
||||||
|
%
|
||||||
|
@ #POST_LAUNCH_COMMANDS
|
||||||
|
@ os.system("docker exec syncthing chown -Rv abc /data1 /data2")
|
Loading…
Reference in New Issue