-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image? Yes - Are you sure you're not using someone else's docker image? Yes
- Have you searched for similar issues (both open and closed)? Yes
Describe the bug
I got a segmentation fault when I try to run the container using the docker-compose.yml from here: https://nginxproxymanager.com/setup/#running-on-raspberry-pi-arm-devices .
Same error with NPM tags 2.9.3, 2.8.0, github-develop
Here is the log:
app_1 | [5/26/2021] [6:06:36 PM] [Global ] › ℹ info Generating MySQL db configuration from environment variables
app_1 | [5/26/2021] [6:06:36 PM] [Global ] › ℹ info Wrote db configuration to config file: ./config/production.json
app_1 | [5/26/2021] [6:06:38 PM] [Migrate ] › ℹ info Current database version: none
app_1 | ./run: line 18: 229 Segmentation fault (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 index.js
app_1 | [5/26/2021] [6:06:40 PM] [Migrate ] › ℹ info Current database version: none
app_1 | ./run: line 18: 271 Segmentation fault (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 index.js
app_1 | [5/26/2021] [6:06:41 PM] [Migrate ] › ℹ info Current database version: none
app_1 | ./run: line 18: 294 Segmentation fault (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 index.js
app_1 | [5/26/2021] [6:06:43 PM] [Migrate ] › ℹ info Current database version: none
app_1 | ./run: line 18: 307 Segmentation fault (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 index.js
app_1 | [5/26/2021] [6:06:45 PM] [Migrate ] › ℹ info Current database version: none
app_1 | ./run: line 18: 320 Segmentation fault (core dumped) node --abort_on_uncaught_exception --max_old_space_size=250 index.js
Operating System
- Oracle Linux 8: Image: Oracle-Linux-Cloud-Developer-8.3-aarch64-2021.05.12-1
- Podman / Docker -> same error
$ lscpu
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: ARM
Model: 1
Stepping: r3p1
BogoMIPS: 50.00
NUMA node0 CPU(s): 0,1
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs
mikan-megane, krsuhjunho and mailtelenko