atcheck/docker-compose.yml

13 lines
225 B
YAML
Raw Normal View History

2019-12-17 00:45:57 +01:00
version: '3.5'
services:
atcheck:
image: atcheck_image
build: .
env_file: '.env'
ports:
- '8000:8000'
command: php artisan serve --host='0.0.0.0'
volumes:
- ./:/app