We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4507d6c commit 1af4814Copy full SHA for 1af4814
docker-compose.yml
@@ -81,6 +81,11 @@ services:
81
- "traefik.http.routers.wings.rule=Host(`wings.pterodactyl.test`)"
82
- "traefik.http.routers.wings.entrypoints=https"
83
- "traefik.http.services.wings.loadbalancer.server.port=8080"
84
+ cap_add:
85
+ - SYS_ADMIN
86
+ devices:
87
+ - /dev/loop0
88
+ - /dev/loop-control
89
mysql:
90
image: mariadb:10.7
91
restart: unless-stopped
0 commit comments