diff --git a/sun-panel b/sun-panel new file mode 100644 index 0000000..c61fb06 --- /dev/null +++ b/sun-panel @@ -0,0 +1,5 @@ +docker run -d --restart=always -p 3002:3002 \ +-v ~/docker_data/sun-panel/conf:/app/conf \ +-v /var/run/docker.sock:/var/run/docker.sock \ +--name sun-panel \ +hslr/sun-panel:latest \ No newline at end of file