Hi, im trying to install a docker container called AUDIOBOOKSHELF in an ubuntu pc with i386 arquitecture,
but the container is a amd64 arquitecture, can i emulate it in my pc?
i added the line “platform: linux/amd64” in the “docker-compose.yaml” file and got this error:
root@user3-pc:/home/user3/RED/audiobookshelf# nano docker-compose.yaml
root@user3-pc:/home/user3/RED/audiobookshelf# docker-compose up -d
ERROR: The Compose file ‘./docker-compose.yaml’ is invalid because:
Unsupported config option for services.audiobookshelf: ‘platform’
thanks