Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Dec 29, 2024
1 parent 85737c5 commit 561fdf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/advanced/your-own-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ IMPORTANT: In the examples below, `APPNAME`, `APPLICATION_PORT`, `/CONFIG`, and

=== "Using Traefik (Authelia)"
```yaml
version: "3"
services:
APPNAME:
restart: unless-stopped # (1)!
Expand Down Expand Up @@ -119,7 +118,6 @@ IMPORTANT: In the examples below, `APPNAME`, `APPLICATION_PORT`, `/CONFIG`, and

=== "Using Traefik (Authelia + API Router)"
```yaml
version: "3"
services:
APPNAME:
restart: unless-stopped # (1)!
Expand Down Expand Up @@ -279,7 +277,6 @@ IMPORTANT: In the examples below, `APPNAME`, `APPLICATION_PORT`, `/CONFIG`, and

=== "Using Traefik"
```yaml
version: "3"
services:
APPNAME:
restart: unless-stopped # (1)!
Expand Down Expand Up @@ -378,7 +375,6 @@ IMPORTANT: In the examples below, `APPNAME`, `APPLICATION_PORT`, `/CONFIG`, and

=== "Without Traefik"
```yaml
version: "3"
services:
APPNAME:
restart: unless-stopped # (1)!
Expand Down

0 comments on commit 561fdf7

Please sign in to comment.