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.96k stars 276 forks source link

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

Closed joshmcorreia closed 6 months ago

joshmcorreia commented 6 months 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.