Hi I have built an image using Wrapper.x86_64.1dac7bb, to install on Synology via Portainer. It crashes persistently with [+] starting....
When I tried logging on with Apple PW I got a response => root@ef50b30952fe:/app#
When I try to run the docker => [+] starting..., and it crashes, it starts again. Please suggest how to get this working
Thank you
My compose
version: '3.8'
services:
music-wrapper:
image: local-wrapper
container_name: apple-music-wrapper
network_mode: bridge
ports:
- "10020:10020"
- "20020:20020"
- "30020:30020"
volumes:
- /volume1/docker/apple-music/wrapper-data:/app/rootfs/data
entrypoint: ["/app/wrapper"]
# command: [ "-H", "0.0.0.0"] #First
stdin_open: true
tty: true
restart: unless-stopped
Hi I have built an image using Wrapper.x86_64.1dac7bb, to install on Synology via Portainer. It crashes persistently with [+] starting....
When I tried logging on with Apple PW I got a response => root@ef50b30952fe:/app#
When I try to run the docker => [+] starting..., and it crashes, it starts again. Please suggest how to get this working
Thank you
My compose
version: '3.8'
services:
music-wrapper: