Skip to content

Commit

Permalink
chore: Update docker-compose.yml to mount additional directories for …
Browse files Browse the repository at this point in the history
…Pterodactyl
  • Loading branch information
dragonfire1119 committed May 19, 2024
1 parent 93f4b70 commit 775138f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Apps/pterodactyl-wings/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,15 @@ services:
# Mount the configuration directory for Pterodactyl
- "/DATA/AppData/$AppID/etc:/etc/pterodactyl/"

# Mount the configuration directory for Pterodactyl
- "/etc/pterodactyl:/etc/pterodactyl/"

# Mount the logs directory for Pterodactyl
- "/DATA/AppData/$AppID/logs:/var/log/pterodactyl/"

# Mount the logs directory for Pterodactyl
- "/var/log/pterodactyl:/var/log/pterodactyl/"

# Mount the library directory for Pterodactyl
- "/DATA/AppData/$AppID/lib:/var/lib/pterodactyl/"

Expand Down

0 comments on commit 775138f

Please sign in to comment.