Skip to content

Commit

Permalink
chore(docker-compose.yml.sample): default to dev
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <i@rong.moe>
  • Loading branch information
Rongronggg9 committed Oct 18, 2022
1 parent 625ea97 commit 89b6e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.6'

services:
main:
image: rongronggg9/rss-to-telegram # switch to dev branch: rongronggg9/rss-to-telegram:dev
image: rongronggg9/rss-to-telegram:dev # stable image: rongronggg9/rss-to-telegram
container_name: rsstt # need to be unique
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 89b6e02

Please sign in to comment.