mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 06:55:49 +03:00
[GH-ISSUE #60] After migrating from linuxserver, ghcr.io/netbootxyz/netbootxyz:0.7.1-nbxyz1 doesn't seem to work #17
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @halkeye on GitHub (Mar 30, 2024).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/60
Would recommend adding
file=/run/supervisord.sockor moving your customizations to/etc/supervisor.d/container.inior something, so it picks up defaults so status can workEventually i found /supervisord.log
So would recommend running nginx in foreground mode, with supervisor logging to stdout which will help people in the future
This is where i started to get confused. Looks like user doesn't match users in passwd
okay, so it should be nbxyz not abc
That doesn't seem to match https://github.com/netbootxyz/docker-netbootxyz/blob/master/root/defaults/nginx.conf, which was committed 3 years ago.
I checked the dockerhub version
@halkeye commented on GitHub (Mar 30, 2024):
okay, so there's 4 nginx files
netbootxyz:/# find -name nginx.conf
./etc/nginx/nginx.conf
./app/root/defaults/nginx.conf <-- i think this is the right one
./config/nginx/nginx.conf
./defaults/nginx.conf
@halkeye commented on GitHub (Mar 30, 2024):
oh! my /config came from my old linuxserver install, I didn't realize it had nginx configs in it, and that the container copied them over if they didn't exist. Is there expectation that people want to modify them?
@halkeye commented on GitHub (Mar 30, 2024):
Okay, I guess this issue can be closed, it does work, just confusing that /config/nginx needed to be deleted and reset
@bwirt commented on GitHub (Jun 23, 2025):
Had the same problem, thanks for documenting this.