Kanonische Links über _canonical realisiert
[website] / docker-compose.yml
1 version: "3.2"
2
3 services:
4   nginx:
5     image: nginx:1.9.4
6     ports:
7       - 8080:80
8     volumes:
9       - ./nginx.conf:/etc/nginx/nginx.conf:ro
10       - ./dist:/usr/share/nginx/html:ro