mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
93 stars 18 forks source link

attachable is not allowed #87

Open keithhaight opened 1 month ago

keithhaight commented 1 month ago

Running openSUSE Tumbleweed. Server shows in browser. Getting connection timeout. Working through instructions in ReadMe. After edititng docker-compose.yml and removing asa-server-1 and asa-server_asa-network; upon running 'docker-compose up -d' I recieve the following... 'validating /home/keith/asa-server/docker-compose.yml: services.asa-server-1.networks.asa-network Additional property attachable is not allowed'

Actually experienced the same issue with Debian. Did some research and thought it could have been related to my docker-compose version and SWARM support. Decided to reinstall with more up-to-date packages and openSUSE. Now running Docker Compose version 2.29.7

Thanks for all the effort that has gone into this project. Really appreciate all the work. I'm in way over my head with all this, but it's kinda fun trying to make it work. Thanks again!

keithhaight commented 1 month ago

Update: I have confirmed I can connect via the 'open' command from the in game console.

mschnitzer commented 3 weeks ago

I never used docker swarm before. How did your network section look like when you got that error?