Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
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