improved docker_run script for production
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user