Upgrade Docker Compose project template configs to version 3

This commit is contained in:
Nikita P. Shupeyko 2018-06-27 19:45:36 +03:00
parent 8ad7adb11a
commit 0a9c0cb06a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: '2'
version: '3'
volumes:
postgres_data_local: {}

View File

@ -1,4 +1,4 @@
version: '2'
version: '3'
volumes:
postgres_data: {}