mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
Add Docker Compose configurations for Authentik and Gatus services; create example environment files for both services.
This commit is contained in:
24
README.md
24
README.md
@@ -1,18 +1,18 @@
|
||||
# Start container
|
||||
|
||||
Execute command.
|
||||
# Docker things
|
||||
|
||||
```bash
|
||||
cd media
|
||||
docker compose up -d
|
||||
```
|
||||
## Useful aliases
|
||||
|
||||
Navigate to http://localhost:8080 to access download client's WebUI.
|
||||
`dcdn`=`docker compose down`
|
||||
`dcupd`=`docker compose up -d`
|
||||
`dcpull`=`docker compose pull`
|
||||
`dsta`=`docker stop $(docker ps -q)`
|
||||
`dclf`=`docker compose logs -f`
|
||||
`dxcit`=`docker container exec -it`
|
||||
`lzd`=`lazydocker`
|
||||
|
||||
# View download client logs
|
||||
## Putting it all together
|
||||
|
||||
Open console for the download client and run this command.
|
||||
Shut it down, pull the latest images, and start it up again:
|
||||
|
||||
```bash
|
||||
tail -f config/qBittorrent/logs/qbittorrent.log
|
||||
```
|
||||
`dcdn; dcpull; dcupd`
|
||||
|
||||
Reference in New Issue
Block a user