Replies: 1 comment
-
...I found the dockerfile. I will let you know how it goes... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following compose file for neolink.
Unfortunately I am creating for a Pi 4. It appears to default to x86.
What can I do.
Any help is appreciated.
_services:
neolink:
image: thirtythreeforty/neolink
container_name: neolink
privileged: true
ports:
- 8554:8554
volumes:
- $PWD/neolink.toml:/etc/neolink.toml
restart: unless-stopped
Beta Was this translation helpful? Give feedback.
All reactions