1
Fork 0
theorangeone.net-legacy/docker-compose.yml

11 lines
197 B
YAML

version: "2.3"
services:
website:
build:
context: .
volumes:
- "./public:/usr/share/nginx/html:ro"
- "./nginx.conf:/etc/nginx/nginx.conf:ro"
ports:
- "80:80"