mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(build): 🔨🐛 rollback compose version
This commit is contained in:
parent
c71ac32916
commit
1927c4a14c
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.8"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
directory-migrations-tests:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# overrides for development
|
||||
|
||||
version: "3.8"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# overrides for production deployment
|
||||
|
||||
version: "3.8"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.8"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue