Skip to content

Commit 1af4814

Browse files
committed
Include loopback devices to support virtual disks
1 parent 4507d6c commit 1af4814

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ services:
8181
- "traefik.http.routers.wings.rule=Host(`wings.pterodactyl.test`)"
8282
- "traefik.http.routers.wings.entrypoints=https"
8383
- "traefik.http.services.wings.loadbalancer.server.port=8080"
84+
cap_add:
85+
- SYS_ADMIN
86+
devices:
87+
- /dev/loop0
88+
- /dev/loop-control
8489
mysql:
8590
image: mariadb:10.7
8691
restart: unless-stopped

0 commit comments

Comments
 (0)