Update README.md
This commit is contained in:
parent
5632a3d641
commit
7f802646ab
1 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -26,7 +26,7 @@ GTS-HolMirDas reads RSS feeds from various Fediverse instances and uses GoToSoci
|
|||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://your-forgejo-instance.tld/user/gts-holmirdas
|
||||
git clone https://git.klein.ruhr/user/gts-holmirdas
|
||||
cd gts-holmirdas
|
||||
|
||||
# Copy configuration templates
|
||||
|
@ -38,10 +38,10 @@ nano .env # Add your GTS credentials
|
|||
nano rss_feeds.txt # Customize RSS feeds
|
||||
|
||||
# Deploy
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
# Monitor
|
||||
docker-compose logs -f
|
||||
docker compose logs -f
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
@ -110,7 +110,7 @@ https://infosec.exchange/tags/selfhosting.rss
|
|||
|
||||
### Docker Compose (Recommended)
|
||||
```bash
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
### Standalone Docker
|
||||
|
@ -147,7 +147,7 @@ docker run -d --env-file .env \
|
|||
```bash
|
||||
# Enable debug logging
|
||||
echo "LOG_LEVEL=DEBUG" >> .env
|
||||
docker-compose restart gts-holmirdas
|
||||
docker compose restart gts-holmirdas
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue