Skip to content

Commit 5712d4c

Browse files
Update src/content/docs/getting-started.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 3981361 commit 5712d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Create a file called `docker-compose.yml` in your new folder. This file tells Do
6767
```yaml
6868
services:
6969
html2rss-web:
70-
image: gilcreator/html2rss-web
70+
image: gilcreator/html2rss-web:latest
7171
restart: unless-stopped
7272
ports:
7373
- "127.0.0.1:3000:3000"

0 commit comments

Comments
 (0)