Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(setup): Remove deprecated version from docker-compose.yml
  • Loading branch information
jonasrdl committed Oct 31, 2024
commit d6791f4e38e386f9b430a6bdb3d8853c3dff68f3
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