mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
REL-0.9 Final test with latest containers before tagging
This commit is contained in:
parent
0a44a49647
commit
f587156df1
@ -61,8 +61,8 @@ services:
|
||||
# PHP-FPM
|
||||
# ----------------------------------------
|
||||
php:
|
||||
#image: cytopia/${PHP_SERVER:-php-fpm-7.0}:latest
|
||||
image: cytopia/${PHP_SERVER:-php-fpm-7.0}:release-0.9
|
||||
image: cytopia/${PHP_SERVER:-php-fpm-7.0}:latest
|
||||
#image: cytopia/${PHP_SERVER:-php-fpm-7.0}:0.9
|
||||
restart: always
|
||||
|
||||
# Manually build via `docker-compose build`
|
||||
@ -176,8 +176,8 @@ services:
|
||||
# HTTPD
|
||||
# ----------------------------------------
|
||||
httpd:
|
||||
#image: cytopia/${HTTPD_SERVER:-nginx-stable}:latest
|
||||
image: cytopia/${HTTPD_SERVER:-nginx-stable}:release-0.9
|
||||
image: cytopia/${HTTPD_SERVER:-nginx-stable}:latest
|
||||
#image: cytopia/${HTTPD_SERVER:-nginx-stable}:0.9
|
||||
restart: always
|
||||
|
||||
# Manually build via `docker-compose build`
|
||||
@ -254,8 +254,8 @@ services:
|
||||
# DATABASE
|
||||
# ----------------------------------------
|
||||
mysql:
|
||||
#image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
|
||||
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:release-0.9
|
||||
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
|
||||
#image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:0.9
|
||||
|
||||
# Manually build via `docker-compose build`
|
||||
#build:
|
||||
|
Loading…
Reference in New Issue
Block a user