Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
update root fs
Browse files Browse the repository at this point in the history
  • Loading branch information
titpetric committed Aug 21, 2017
1 parent 41b33d3 commit 76bc260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-docker.sh
@@ -1,3 +1,3 @@
#!/bin/bash
docker rm -f pendulum
docker run --name pendulum --restart=always -p 8080:8080 -d -v $(pwd)/contents:/app/public_html/contents titpetric/pendulum -port 8080
docker run --name pendulum --restart=always -p 8080:8080 -d -v $(pwd)/contents:/app/contents titpetric/pendulum -port 8080

0 comments on commit 76bc260

Please sign in to comment.