Files
2022-01-12 22:59:01 +06:00

11 lines
133 B
YAML

version: '3'
services:
one:
build: ..
ports:
- "80:80"
two:
image: "my-nginx-image"
ports:
- "81:80"