universal-links-handler/docker-compose.yml

10 lines
117 B
YAML
Raw Normal View History

2018-06-27 14:59:47 +00:00
version: '3'
services:
app:
build:
context: .
environment:
PORT: 80
2018-06-27 14:59:47 +00:00
ports:
- 8080:80