Add base Dockerfile for Dockerhub builds (#504)
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
# For your own docker-compose, use `image: phpvms:latest` instead of the build/context block
|
||||
build:
|
||||
context: ./resources/docker/php
|
||||
context: .
|
||||
environment:
|
||||
DB_HOST: mysql
|
||||
REDIS_HOST: redis
|
||||
|
||||
Reference in New Issue
Block a user