From 743f8bfeff969036971b25bc9f7a14b42ce7de5c Mon Sep 17 00:00:00 2001 From: Bryan Fullerton Date: Sat, 27 Jul 2024 12:17:37 -0400 Subject: [PATCH] Update docker-compose example to remove version --- docs/pages/installation/docker.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/pages/installation/docker.mdx b/docs/pages/installation/docker.mdx index 5cca8f8c3..447f20e29 100644 --- a/docs/pages/installation/docker.mdx +++ b/docs/pages/installation/docker.mdx @@ -40,7 +40,6 @@ echo -e "PUID=$(id -u)\nPGID=$(id -g)" Below is an example of a Docker Compose file you can use to bootstrap your Stump server: ```yaml -version: '3.3' services: stump: image: aaronleopold/stump:latest