Skip to content

Commit 25cbab6

Browse files
committed
Add container labels
1 parent 58513ba commit 25cbab6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docker-compose/kurento-with-filters.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.5"
1+
version: "3.8"
22

33
services:
44
kurento-examples:
@@ -36,6 +36,8 @@ services:
3636

3737
networks:
3838
default:
39+
labels:
40+
org.fiware: 'tutorial'
3941
ipam:
4042
config:
4143
- subnet: 172.18.1.0/24

docker-compose/kurento.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.5"
1+
version: "3.8"
22

33
services:
44
kurento-examples:
@@ -33,6 +33,8 @@ services:
3333

3434
networks:
3535
default:
36+
labels:
37+
org.fiware: 'tutorial'
3638
ipam:
3739
config:
3840
- subnet: 172.18.1.0/24

0 commit comments

Comments
 (0)