diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2022-07-14 10:23:35 +0100 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2022-07-14 10:34:38 +0100 |
commit | 50f206ecba2e93cb06ed1eb4556b4b9ff5c8806b (patch) | |
tree | 75fdd26dcf7d6ac5f345719763cff22f039bb895 /docker-compose | |
parent | 7fc07b993a97b223c500b47bbb598b811b0e982e (diff) |
Remove ALL Docker File Versions
Issue-ID: CPS-1095
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: I11790e271ec784dfa9dbdaea497d50e95f884600
Diffstat (limited to 'docker-compose')
-rw-r--r-- | docker-compose/docker-compose.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 63aeca235e..b7d641c74b 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (c) 2020 Pantheon.tech. # Modifications Copyright (C) 2021 Bell Canada. -# Modifications Copyright (C) 2021-2022 Nordix Foundation. +# Modifications Copyright (C) 2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,8 +16,6 @@ # limitations under the License. # ============LICENSE_END========================================================= -version: '3.8' - services: ### docker-compose up -d -> run ALL services ### |