Taudris-IAC/stacks/com-taudris-ca/docker-compose.yml

10 lines
163 B
YAML

version: "3.8"
services:
nginx:
build:
context: ./nginx
dockerfile: ./dockerfile
image: com-taudris-ca:20220309
ports:
- "8781:80"