lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.89k stars 269 forks source link

Remove deprecated docker compose version and deprecated docker-compose command #679

Closed joshmcorreia closed 1 month ago

joshmcorreia commented 1 month ago

Per the docker compose spec, the version element is now obsolete.

docker-compose is also deprecated and has been replaced by docker compose.

This PR also removes unnecessary whitespace.