Docker Image links plugin dir wrong #543

Closed
opened 2026-02-04 18:27:10 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @Svenum on GitHub (Jan 9, 2026).

Originally assigned to: @parkervcp on GitHub.

Current Behavior

/var/www/html/plugins$ ls -la
total 4
drwxr-x---    1 root     www-data        14 Dec 19 23:40 .
drwxr-x---    1 root     www-data       498 Dec 19 23:40 ..
lrwxrwxrwx    1 root     root            21 Dec 19 23:40 plugins -> /pelican-data/plugins

Expected Behavior

/var/www/html $ ls -lla
total 4
drwxr-x---    1 root     www-data        14 Dec 19 23:40 . 
drwxr-x---    1 root     www-data       498 Dec 19 23:40 ..
...
lrwxrwxrwx    1 root     root            21 Dec 19 23:40 plugins -> /pelican-data/plugins

Steps to Reproduce

Setup Panel vie docker compose

Panel Version

1.0.0-beta30

Wings Version

1.0.0-beta21

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs


Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @Svenum on GitHub (Jan 9, 2026). Originally assigned to: @parkervcp on GitHub. ### Current Behavior ```bash /var/www/html/plugins$ ls -la total 4 drwxr-x--- 1 root www-data 14 Dec 19 23:40 . drwxr-x--- 1 root www-data 498 Dec 19 23:40 .. lrwxrwxrwx 1 root root 21 Dec 19 23:40 plugins -> /pelican-data/plugins ``` ### Expected Behavior ```bash /var/www/html $ ls -lla total 4 drwxr-x--- 1 root www-data 14 Dec 19 23:40 . drwxr-x--- 1 root www-data 498 Dec 19 23:40 .. ... lrwxrwxrwx 1 root root 21 Dec 19 23:40 plugins -> /pelican-data/plugins ``` ### Steps to Reproduce Setup Panel vie docker compose ### Panel Version 1.0.0-beta30 ### Wings Version 1.0.0-beta21 ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#543