Remove switching _ to - on rolenames
This commit is contained in:
parent
eb76c93ae5
commit
8b5593e586
5 changed files with 9 additions and 9 deletions
roles/webhook/vars
|
@ -35,11 +35,11 @@ webhook_compose:
|
|||
image: ghcr.io/thecatlady/webhook
|
||||
volumes:
|
||||
- ./config:/config:ro
|
||||
- teamspeak-fallback-data:/mnt/teamspeak-fallback-data
|
||||
- teamspeak_fallback_data:/mnt/teamspeak_fallback_data
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
command: ["-verbose", "-hooks=/config/hooks.yml"]
|
||||
volumes:
|
||||
teamspeak-fallback-data:
|
||||
name: teamspeak-fallback-data
|
||||
teamspeak_fallback_data:
|
||||
name: teamspeak_fallback_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue