MutinyWallet / mutiny-startos

MIT License
7 stars 3 forks source link

Update to align with startos package template #2

Closed islandbitcoin closed 12 months ago

islandbitcoin commented 1 year ago

The package wrapper works, now the webserver spins up and runs on port 8080.

2023-10-20T14:01:50-04:00  2023/10/20 18:01:50 [notice] 134#134: start worker process 163
2023-10-20T14:01:50-04:00  2023/10/20 18:01:50 [notice] 134#134: start worker process 164
2023-10-20T14:01:50-04:00  Webserver running on http://0.0.0.0:8080

But I see this in the UI No route for /

so your nginx file might need some modifying or maybe the docker_entrypoint.sh, not sure (this is Mutiny code now)

Hope this helps