mirror of
https://github.com/pterodactyl/development.git
synced 2026-02-04 02:07:17 -06:00
Include loopback devices to support virtual disks
This commit is contained in:
parent
4507d6c742
commit
1af4814aae
@ -81,6 +81,11 @@ services:
|
||||
- "traefik.http.routers.wings.rule=Host(`wings.pterodactyl.test`)"
|
||||
- "traefik.http.routers.wings.entrypoints=https"
|
||||
- "traefik.http.services.wings.loadbalancer.server.port=8080"
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- /dev/loop0
|
||||
- /dev/loop-control
|
||||
mysql:
|
||||
image: mariadb:10.7
|
||||
restart: unless-stopped
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user