improved docker_run script for production

This commit is contained in:
John Lancaster
2023-04-06 00:56:08 -05:00
parent 9959545601
commit 40eeb81c1f

View File

@@ -3,6 +3,8 @@
docker run -it \
-v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro \
-v /home/docker/appdaemon_conf:/conf \
-v /home/docker/appdaemon:/conf \
-p 5050:5050 \
--name appdaemon \
-d \
acockburn/appdaemon:dev