Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
26a2ef0534
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -10,6 +10,17 @@ docker run -d --name gull -v /gull-data/:/data/ -p 8081:8081 aeolyus/gull:latest
|
|||
```
|
||||
This will preserve any persistent data under `/gull-data/`. Change this as needed.
|
||||
|
||||
### docker-compose
|
||||
Build the image from this repository and run
|
||||
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
This will open port 8081 and preserve data in `./gull-data`.
|
||||
|
||||
|
||||
|
||||
### From Source
|
||||
```
|
||||
git clone https://github.com/aeolyus/gull.git
|
||||
|
|
Loading…
Reference in a new issue