feat(Docker Compose): Remove obsolete version variable

see: https://github.com/docker/compose/issues/11628
This commit is contained in:
2024-03-25 14:34:59 +01:00
parent bbd45d8f3f
commit 4f3c112404
80 changed files with 28 additions and 131 deletions

View File

@ -1,7 +1,5 @@
---
version: "3.8"
# https://docs.drone.io/runner/docker/configuration/dashboard/
services:

View File

@ -1,7 +1,5 @@
---
version: "3.8"
services:
drone-runner:
ports:

View File

@ -1,7 +1,5 @@
---
version: "3.8"
# https://docs.drone.io/runner/docker/configuration/logging/
services:

View File

@ -1,7 +1,5 @@
---
version: "3.8"
networks:
default:
name: ${TRAEFIK_NETWORK_NAME}

View File

@ -1,7 +1,5 @@
---
version: "3.8"
# https://docs.drone.io/runner/docker/installation/linux/
services: