mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
DVL-004 use docker-compose version 2.1
This commit is contained in:
parent
e657e9b7e8
commit
edf788f6dd
@ -18,7 +18,7 @@
|
||||
##
|
||||
|
||||
|
||||
version: '2'
|
||||
version: '2.1'
|
||||
|
||||
|
||||
################################################################################
|
||||
@ -95,11 +95,6 @@ services:
|
||||
depends_on:
|
||||
- php
|
||||
|
||||
links:
|
||||
# ---- Format: ----
|
||||
# SERVICE [ : ALIAS]
|
||||
- "php:php-fpm"
|
||||
|
||||
|
||||
# ----------------------------------------
|
||||
# PHP-FPM
|
||||
@ -203,13 +198,6 @@ services:
|
||||
- postgres
|
||||
|
||||
|
||||
links:
|
||||
# ---- Format: ----
|
||||
# SERVICE [ : ALIAS]
|
||||
- "mysql:mariadb"
|
||||
- "postgres:postgresql"
|
||||
|
||||
|
||||
# ----------------------------------------
|
||||
# DATABASE
|
||||
# ----------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user