docs(setup): Remove deprecated version from docker-compose.yml

This commit is contained in:
Jonas Riedel
2024-10-31 11:25:38 +01:00
parent 25a26d6175
commit d6791f4e38
2 changed files with 0 additions and 5 deletions

View File

@ -50,7 +50,6 @@ networks:
Let's look at a Portainer example:
```yml
version: '3.8'
services:
portainer:
@ -92,8 +91,6 @@ This image supports the use of Docker secrets to import from files and keep sens
You can set any environment variable from a file by appending `__FILE` (double-underscore FILE) to the environmental variable name.
```yml
version: '3.8'
secrets:
# Secrets are single-line text files where the sole content is the secret
# Paths in this example assume that secrets are kept in local folder called ".secrets"