drupal and mysql images default to latest
changed drupal and mysql to images to use latest images.
This commit is contained in:
parent
22dc2a4e69
commit
556c2549bd
@ -1,13 +1,13 @@
|
||||
version: '2'
|
||||
services:
|
||||
web:
|
||||
image: drupal:${drupal_tag}
|
||||
image: drupal
|
||||
ports:
|
||||
- ${public_port}:80
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: mysql:${mysql_tag}
|
||||
image: mysql
|
||||
environment:
|
||||
MYSQL_DATABASE: ${database}
|
||||
MYSQL_ROOT_PASSWORD: ${mysql_root_password}
|
||||
|
Loading…
x
Reference in New Issue
Block a user