remove version attribs in docker compose files
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
# optional ports are specified throughout for more advanced use cases.
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app-service:
|
app-service:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -84,10 +84,6 @@
|
|||||||
# 0.61 2024-07-27 fix networks + version 3.0
|
# 0.61 2024-07-27 fix networks + version 3.0
|
||||||
# 0.62 2024-07-27 fix
|
# 0.62 2024-07-27 fix
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
#the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
|
|
||||||
#version: '3.0'
|
|
||||||
|
|
||||||
# networks
|
# networks
|
||||||
# create a network 'guacnetwork_compose' in mode 'bridged'
|
# create a network 'guacnetwork_compose' in mode 'bridged'
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# Jenkins Sandbox
|
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
jenkins:
|
jenkins:
|
||||||
image: jenkins/jenkins:lts
|
image: jenkins/jenkins:lts
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
# For more extensive installation and update instructions, refer to the
|
# For more extensive installation and update instructions, refer to the
|
||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
version: "3.4"
|
|
||||||
services:
|
services:
|
||||||
broker:
|
broker:
|
||||||
image: docker.io/library/redis:7
|
image: docker.io/library/redis:7
|
||||||
|
|||||||
Reference in New Issue
Block a user