labsync/docker-compose.yml
Simon Bruder 056b50b4d1
Remove opentracker
Fixes #22 when tftpgen migration is done.
2020-08-14 13:57:34 +02:00

9 lines
148 B
YAML

version: "3.2"
services:
nginx:
image: nginx:alpine
ports:
- 10.2.2.1:80:80
volumes:
- ./images:/usr/share/nginx/html:ro