azerothcore / acore-docker

docker-compose example to run an azerothcore platform
https://www.azerothcore.org/acore-docker/
GNU Affero General Public License v3.0
212 stars 82 forks source link

ERROR: 'network_mode' and 'networks' cannot be combined #8

Closed bolinz closed 1 year ago

bolinz commented 1 year ago

OS:

NAME="Ubuntu" VERSION_ID="23.04" VERSION="23.04 (Lunar Lobster)" VERSION_CODENAME=lunar

Software:

docker version: 20.10.21 docker-compose version 1.29.2, build unknown

Step:

  1. git clone https://github.com/azerothcore/acore-docker
  2. cd acore-docker/
  3. docker-compose up
Helias commented 1 year ago

did you try to update your docker compose?

bolinz commented 1 year ago

did you try to update your docker compose?

seems the v2 docker compose only supported. I install v2 compose https://github.com/docker/compose, it works.