Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed May 6, 2017
1 parent 35c1fef commit 4b1eed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ It is easy to use through [narou-docker-script](https://github.com/jam7/narou-do

## Where is data directory

All data are stored in `/opt/narou`. So use `docker run -v $HOME/.narou:/opt/narou ...` command to use your `$HOME/.narou` as data directory.
All data are stored in `/opt/narou`. So, use docker something like `docker run -v $HOME/.narou:/opt/narou ...` to use your `$HOME/.narou` as the data directory.

## Run as web service

Use `docker run -p IP-ADDRESS:8000-8001:8000-8001 narou web -p 8000 -n`. Narou.rb uses sepecified port 8000 for web server and +1 port 8001 for push_server.

## License

@ 2016-2017 Kazushi (Jam) Marukawa, All rights reserved.
@ 2017 Kazushi (Jam) Marukawa, All rights reserved.

This project including all of its source files is released under the terms of [GNU General Public License (version 3 or later)](http://www.gnu.org/licenses/gpl.txt)

Expand Down

0 comments on commit 4b1eed5

Please sign in to comment.