[DiscordArchive] Starting the docker-compose-yml proposed by the acore docker pre-compiled setup guide yields: `ERROR
[DiscordArchive] Starting the docker-compose-yml proposed by the acore docker pre-compiled setup guide yields: `ERROR
Archived author: Fossman • Posted: 2023-04-21T13:58:08.963000+00:00
Original source
Starting the docker-compose-yml proposed by the acore docker pre-compiled setup guide yields: `ERROR: 'network_mode' and 'networks' cannot be combined` on Ubuntu 22.04.2 LTS.
Trying to replicate the issue on a Windows11/WSL system did not yield any issue using the same docker-compose.yml (simply worked as expected when). This seems to suggest a context-related root-cause, but to my knowledge Docker should explicitly prevent that?
Also I've tried commenting out line 160 of the docker-compose.yml and that _indeed_ prevented the error statement to show-up, but _then_ users are disconnected after a successful login.
I'd much like to have a running instance on my development system (running Ubuntu 22.04.2 LTS).. Anyone willing and available able to help me resolve this?