Skip to content

Commit

Permalink
Merge pull request #4126 from jonasrdl/remove-deprecated-version-line
Browse files Browse the repository at this point in the history
docs(setup): Remove deprecated version from docker-compose.yml
  • Loading branch information
jc21 authored Nov 25, 2024
2 parents 53ed12b + d6791f4 commit 4ea50ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docs/src/advanced-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ networks:
Let's look at a Portainer example:
```yml
version: '3.8'
services:

portainer:
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions docs/src/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ outline: deep
Create a `docker-compose.yml` file:

```yml
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
Expand Down Expand Up @@ -55,7 +54,6 @@ are going to use.
Here is an example of what your `docker-compose.yml` will look like when using a MariaDB container:

```yml
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
Expand Down

0 comments on commit 4ea50ca

Please sign in to comment.