Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit ddc475c

Browse files
authored
Removing version attribute from docker compose config (#1531)
1 parent 65ea13d commit ddc475c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/en/getting-started/installation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ Docker Compose v1.9.0 and above is supported.
241241

242242
{{< tabpane lang="yml" >}}
243243
{{< tab header="Community" lang="yml" >}}
244-
version: "3.8"
245-
246244
services:
247245
localstack:
248246
container_name: "${LOCALSTACK_DOCKER_NAME:-localstack-main}"
@@ -258,8 +256,6 @@ services:
258256
- "/var/run/docker.sock:/var/run/docker.sock"
259257
{{< /tab >}}
260258
{{< tab header="Pro" lang="yml" >}}
261-
version: "3.8"
262-
263259
services:
264260
localstack:
265261
container_name: "${LOCALSTACK_DOCKER_NAME:-localstack-main}"

0 commit comments

Comments
 (0)