mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
a998f2048a
This reverts commit 1d7ef2700e
.
10 lines
148 B
YAML
10 lines
148 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: .
|
|
environment:
|
|
APP_ENV: development
|
|
VIRTUAL_HOST: localhost
|
|
ports:
|
|
- "8080:8080"
|