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

13 lines
216 B
YAML
Raw Normal View History

2020-05-10 16:50:03 +01:00
version: "2.3"
services:
website:
build:
context: .
env_file: .env
2020-05-10 16:50:03 +01:00
volumes:
- "./public:/usr/share/nginx/html:ro"
- "./nginx.conf:/etc/nginx/nginx.conf:ro"
ports:
- "80:80"