##// END OF EJS Templates
feat(compose): remove version strings as they are deprecated since new compose version
super-admin -
Show More
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 x-logging: &custom-logging
4 3 # docker plugin install grafana/loki-docker-driver:2.7.1 --alias loki --grant-all-permissions
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 ## Shared base stuff for all compose files in stack
4 3
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 volumes:
4 3
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 x-logging: &custom-logging
4 3 # docker plugin install grafana/loki-docker-driver:2.7.1 --alias loki --grant-all-permissions
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 x-logging: &custom-logging
4 3 # docker plugin install grafana/loki-docker-driver:2.7.1 --alias loki --grant-all-permissions
@@ -18,7 +18,6 b' your host system.'
18 18 .. code-block:: yaml
19 19
20 20
21 version: '3.9'
22 21 ## This is a final override file for services stack
23 22 ## Add your own customizations
24 23
@@ -48,7 +47,6 b' By editing :file:`.custom/docker-compose-services.override.yaml`'
48 47 .. code-block:: yaml
49 48
50 49
51 version: '3.9'
52 50 ## This is a final override file for services stack
53 51 ## Add your own customizations
54 52
@@ -75,7 +73,6 b' By editing :file:`.custom/docker-compose-services.override.yaml`'
75 73 .. code-block:: yaml
76 74
77 75
78 version: '3.9'
79 76 ## This is a final override file for services stack
80 77 ## Add your own customizations
81 78
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 services:
4 3
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 services:
4 3
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1
3 2 ## docker network create -d overlay lb-net
4 3 services:
@@ -1,4 +1,3 b''
1 version: '3.9'
2 1 ## This is a final override file for services stack
3 2 ## Add your own customizations
4 3
General Comments 0
You need to be logged in to leave comments. Login now