This repository has been archived on 2020-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
nginx-proxy/docker-compose.yml

10 lines
172 B
YAML
Raw Normal View History

2016-06-12 21:55:18 +02:00
version: '2'
services:
nginx-proxy:
2016-07-13 21:45:56 +02:00
build: .
2016-06-12 21:55:18 +02:00
container_name: nginx-proxy
ports:
- "80:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro