cp6 / my-idlers

Web app for displaying, organizing and storing information about servers (VPS), shared hosting, reseller hosting, domains and more.
https://demo.myidlers.com
MIT License
213 stars 30 forks source link

Arm support #90

Closed Sayyiku closed 9 months ago

Sayyiku commented 1 year ago

Is there a plan for Arm's adaptation?

image
johnny12150 commented 1 year ago

Maybe you can build the docker image by yourself?

ghost commented 1 year ago

@Sayyiku

git clone the repo and the following to your docker-compose.yml file instead of image:

build: context: ./my-idlers (directory to git dir) dockerfile: Dockerfile