Add the 2.2 version back to the main compose file for compatibility.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-06-24 03:34:34 -05:00
parent 79eb0f5d7c
commit 76026fd84a
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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