Remove version declaration in docker compose files.

This commit is contained in:
Patrick Jentsch 2024-04-10 13:34:14 +02:00
parent 82d6f6003f
commit 84e1755a57
4 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
version: "3.5"
# The docker-compose.yml file is not meant to be modified itself.
# Instead use the following files for configurations:
# - .env: Environment variables for the docker-compose.yml file.

View File

@ -1,5 +1,3 @@
version: "3.5"
services:
nopaque:
environment:

View File

@ -1,5 +1,3 @@
version: "3.5"
services:
nopaque:
environment:

View File

@ -1,5 +1,3 @@
version: "3.5"
networks:
traefik:
external: true