Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Added --rm to the docker instructions to help with orphan containers.
  • Loading branch information
AlinaNova21 authored Nov 2, 2016
1 parent 567645c commit f5d293c
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 @@ -81,8 +81,8 @@ vagrant up
2. Copy settings file - `cp .screeps_settings.dist.yaml .settings.yaml`
3. Edit settings with the appropriate API keys.
4. Build your docker image- `docker build -t screepsnotify .`
5. Test to make sure it works- `docker run screepsnotify`
6. Add a cronjob to call `docker run screepsnotify` as often as you wish.
5. Test to make sure it works- `docker run --rm screepsnotify`
6. Add a cronjob to call `docker run --rm screepsnotify` as often as you wish.


### Self Hosting
Expand Down

0 comments on commit f5d293c

Please sign in to comment.