give a try to photonix
This commit is contained in:
parent
8ce744961f
commit
992e9475d8
4 changed files with 69 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ case "$1" in
|
|||
chmod -x posteio/docker-compose.posteio.yml
|
||||
chmod -x netdata/docker-compose.netdata.yml
|
||||
chmod -x photo/docker-compose.pigallery.yml
|
||||
chmod -x photo/docker-compose.photoview.yml
|
||||
# live server
|
||||
chmod -x traefik/docker-compose.traefik-local.yml
|
||||
exit 0;;
|
||||
|
|
@ -21,6 +22,7 @@ case "$1" in
|
|||
chmod +x posteio/docker-compose.posteio.yml
|
||||
chmod +x netdata/docker-compose.netdata.yml
|
||||
chmod +x photo/docker-compose.pigallery.yml
|
||||
chmod +x photo/docker-compose.photoview.yml
|
||||
chmod +x traefik/docker-compose.traefik-local.yml
|
||||
exit 0;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue