-
|
I tried this recommendation Resulting in this Docker Compose File: I got this error : These are my networks: Any help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I also created the Network with: NETWORK ID NAME DRIVER SCOPE But still got the same error as before... |
Beta Was this translation helpful? Give feedback.
-
|
Or its the Version of my Docker Compose i changed it now to Version 3.8 as mentioned in the example... But then at exection time i get that this version is unsupported: ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the |
Beta Was this translation helpful? Give feedback.
-
|
Found the solution finally ;D |
Beta Was this translation helpful? Give feedback.
Found the solution finally ;D
I used
docker-composecommand instead ofdocker compose