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. # The docker-compose.yml file is not meant to be modified itself.
# Instead use the following files for configurations: # Instead use the following files for configurations:
# - .env: Environment variables for the docker-compose.yml file. # - .env: Environment variables for the docker-compose.yml file.

View File

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

View File

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

View File

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