salix/docker-compose.tpl.yml

11 lines
189 B
YAML
Raw Normal View History

2018-06-12 11:01:50 +00:00
version: '3.5'
services:
nginx:
privileged: true
build:
context: ./services/nginx
ports:
2018-06-12 10:47:09 +00:00
- 80:80
2018-06-12 12:38:27 +00:00
- 443:443
links: []