change persistent dir structure
parent
fc800aade6
commit
1277b469f5
|
@ -8,6 +8,6 @@ fogcutter/docker/syncthing/syncthing-config
|
|||
fogcutter/docker/syncthing/syncthing-sync
|
||||
fogcutter/docker/monitoring/grafana/grafana-data
|
||||
fogcutter/docker/monitoring/prometheus/prometheus-data
|
||||
madone/docker/nginx/config
|
||||
madone/docker/syncthing/config
|
||||
madone/docker/syncthing/sync
|
||||
madone/docker/nginx/nginx-config
|
||||
madone/docker/syncthing/syncthing-config
|
||||
madone/docker/syncthing/syncthing-sync
|
||||
|
|
|
@ -12,7 +12,7 @@ docker run \
|
|||
--env SUBDOMAINS=madone \
|
||||
--env VALIDATION=html \
|
||||
--env TZ=US/Eastern \
|
||||
--volume $PWD/config:/config:rw \
|
||||
--volume $PWD/nginx-config:/config:rw \
|
||||
--volume $PWD/nginx.conf:/config/nginx/nginx.conf:ro \
|
||||
--volume $PWD/site-confs:/config/nginx/site-confs:ro \
|
||||
--volume $PWD/../syncthing/sync:/sync-docker:ro \
|
||||
|
|
|
@ -11,8 +11,8 @@ docker run \
|
|||
--env PGID=1000 \
|
||||
--env TZ=Europe/London \
|
||||
--env UMASK_SET=022 \
|
||||
--volume $PWD/config:/config:rw \
|
||||
--volume $PWD/sync:/sync-docker:rw \
|
||||
--volume $PWD/syncthing-config:/config:rw \
|
||||
--volume $PWD/syncthing-sync:/sync-docker:rw \
|
||||
--publish 22000:22000 \
|
||||
--publish 21027:21027/udp \
|
||||
--network pew-net \
|
||||
|
|
Loading…
Reference in New Issue