feat: added template + linting
This commit is contained in:
parent
e487af8136
commit
dc5a9d3653
17 changed files with 79 additions and 53 deletions
|
@ -1,8 +1,29 @@
|
|||
# ntfy
|
||||
|
||||
After container startup place server.yml into volumes/ntfy:
|
||||
```
|
||||
mv server.yml voluems/ntfy
|
||||
- [ntfy](#ntfy)
|
||||
- [Directory structure](#directory-structure)
|
||||
- [Config](#config)
|
||||
|
||||
docker compose restart
|
||||
## Directory structure
|
||||
```
|
||||
/opt/docker/ntfy
|
||||
.
|
||||
├── docker-compose.yml
|
||||
└── volumes
|
||||
├── cache
|
||||
└── ntfy
|
||||
└── server.yml
|
||||
```
|
||||
|
||||
|
||||
## Config
|
||||
```
|
||||
# Edit ntfy config
|
||||
vi server.yml
|
||||
|
||||
# Move file into ntfy directory
|
||||
mv server.yml volumes/ntfy
|
||||
|
||||
# Start ntfy container
|
||||
docker compose up -d
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue