aboutsummaryrefslogtreecommitdiff
path: root/deploy/upgrade.bash
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/upgrade.bash')
-rw-r--r--deploy/upgrade.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/upgrade.bash b/deploy/upgrade.bash
index 156bb1ca..fd3693d1 100644
--- a/deploy/upgrade.bash
+++ b/deploy/upgrade.bash
@@ -1,6 +1,6 @@
docker pull crupest/timeline:latest
sudo systemctl stop timeline.service
docker rm timeline
-docker create -v $HOME/timeline:/timeline -p 5000:80 --name timeline crupest/timeline:latest
+docker create -v $HOME/timeline:/root/timeline -p 5000:80 --name timeline crupest/timeline:latest
sudo systemctl restart timeline.service
docker system prune