mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-11 13:16:06 +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:
|
depends_on:
|
||||||
- php
|
- php
|
||||||
|
|
||||||
links:
|
|
||||||
# ---- Format: ----
|
|
||||||
# SERVICE [ : ALIAS]
|
|
||||||
- "php:php-fpm"
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
# PHP-FPM
|
# PHP-FPM
|
||||||
@ -203,13 +198,6 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
|
||||||
links:
|
|
||||||
# ---- Format: ----
|
|
||||||
# SERVICE [ : ALIAS]
|
|
||||||
- "mysql:mariadb"
|
|
||||||
- "postgres:postgresql"
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
# DATABASE
|
# DATABASE
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user