Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffaloWill committed Jan 30, 2020
1 parent 3196419 commit 0faafb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ cd SERPICO

2. Pull down the newest version of Serpico:
```
docker run --name serpico -p 8443:8443 -v"$(pwd)/db":/Serpico/db -v"$(pwd)/tmp":/Serpico/tmp -v"$(pwd)/templates":/Serpico/templates -v"$(pwd)/attachments":/Serpico/attachments -it serpico/serpico
docker run --name serpico -p 8443:8443 \
-v"$(pwd)/db":/Serpico/db -v"$(pwd)/tmp":/Serpico/tmp \
-v"$(pwd)/attachments":/Serpico/attachments \
-it serpico/serpico
```

3. Browse to https://127.0.0.1:8443 and start using it.
Expand Down

0 comments on commit 0faafb3

Please sign in to comment.