Update run

This commit is contained in:
Alexandre
2021-05-18 17:51:52 +02:00
committed by GitHub
parent 7972a0a775
commit 69fdf05bab

View File

@@ -6,7 +6,7 @@
declare -a options
options+=(--data /data)
options+=(--bind 0.0.0.0:9000)
options+=(--templates /opt/portainer/templates.json)
#options+=(--templates /opt/portainer/templates.json)
options+=(--host unix:///var/run/docker.sock)
bashio::log.info "Starting Portainer..."