From 76026fd84a91d3f262e7765b2a77e45926d46cd9 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Thu, 24 Jun 2021 03:34:34 -0500 Subject: [PATCH] Add the 2.2 version back to the main compose file for compatibility. --- docker-compose.migrate.yml | 12 +++++++----- docker-compose.sample.yml | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docker-compose.migrate.yml b/docker-compose.migrate.yml index 83bad38c4..973128c96 100644 --- a/docker-compose.migrate.yml +++ b/docker-compose.migrate.yml @@ -1,9 +1,11 @@ -services: - web: - volumes: +version : '2.2' + +services : + web : + volumes : - /var/azuracast/stations:/var/azuracast/stations - /var/azuracast/backups:/var/azuracast/backups - stations: - volumes: + stations : + volumes : - /var/azuracast/stations:/var/azuracast/stations diff --git a/docker-compose.sample.yml b/docker-compose.sample.yml index a6c1d6c79..68de5fcfd 100644 --- a/docker-compose.sample.yml +++ b/docker-compose.sample.yml @@ -9,6 +9,9 @@ # docker-compose.override.yml # with any changes you need to make. # + +version : '2.2' + services : nginx_proxy : container_name : nginx_proxy