From 561fdf76534e33de654a896f6ea90744f5dabb5f Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Sat, 28 Dec 2024 22:15:43 -0600 Subject: [PATCH] remove version --- docs/advanced/your-own-containers.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/advanced/your-own-containers.md b/docs/advanced/your-own-containers.md index 1e7370776..be8e8b620 100644 --- a/docs/advanced/your-own-containers.md +++ b/docs/advanced/your-own-containers.md @@ -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)! @@ -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)! @@ -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)! @@ -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)!