kagstrom2100

Results 2 comments of kagstrom2100

+1 Would love this feature!

@skuskuM Thanks, this worked for me! Herer is the correctly yml formatted version: ``` version: "3" services: remove-file: image: alpine:latest container_name: remove-config-BUG command: /bin/sh -c "rm -f config/wg0.conf" volumes: -...