We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fa519 commit 5dd869fCopy full SHA for 5dd869f
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- POSTGRES_DB=stringer
12
13
web:
14
- image: mockdeep/stringer
+ image: stringerrss/stringer:latest
15
build: .
16
depends_on:
17
- postgres
docs/docker.md
@@ -43,7 +43,7 @@ docker run --detach \
43
-e FETCH_FEEDS_CRON="*/5 * * * *" \ # optional
44
-e CLEANUP_CRON="0 0 * * *" \ # optional
45
-p 127.0.0.1:8080:8080 \
46
- stringer-rss/stringer
+ stringerrss/stringer:latest
47
```
48
49
That's it! You now have a fully working Stringer instance up and running!
0 commit comments