Skip to content

Commit 5dd869f

Browse files
authored
Set Latest version of stringer Docker image (#1083)
1 parent 42fa519 commit 5dd869f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- POSTGRES_DB=stringer
1212

1313
web:
14-
image: mockdeep/stringer
14+
image: stringerrss/stringer:latest
1515
build: .
1616
depends_on:
1717
- postgres

docs/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker run --detach \
4343
-e FETCH_FEEDS_CRON="*/5 * * * *" \ # optional
4444
-e CLEANUP_CRON="0 0 * * *" \ # optional
4545
-p 127.0.0.1:8080:8080 \
46-
stringer-rss/stringer
46+
stringerrss/stringer:latest
4747
```
4848

4949
That's it! You now have a fully working Stringer instance up and running!

0 commit comments

Comments
 (0)