Skip to content

Commit

Permalink
Minor docker compose update
Browse files Browse the repository at this point in the history
  • Loading branch information
aigoncharov committed Jul 5, 2024
1 parent 5c407f2 commit 564a80b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Generate an RSS feed from your Telegram chats. You digital minimalism friend.
ports:
- 3042:3042
volumes:
- telegram-to-rss-data:/data
- data:/data

volumes:
telegram-to-rss-data: null
data: null

networks: {}
```
Expand Down
4 changes: 2 additions & 2 deletions docker/compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
ports:
- 3042:3042
volumes:
- telegram-to-rss-data:/data
- data:/data

volumes:
telegram-to-rss-data: null
data: null

networks: {}
4 changes: 2 additions & 2 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
ports:
- 3042:3042
volumes:
- telegram-to-rss-data:/data
- data:/data

volumes:
telegram-to-rss-data: null
data: null

networks: {}

0 comments on commit 564a80b

Please sign in to comment.