Personal-site/docker-compose.yml

14 lines
279 B
YAML
Raw Normal View History

version: "3.2"
services:
website:
build:
context: .
dockerfile: Dockerfile
container_name: "therbron.com"
ports:
- 8000:80
volumes:
- ./out:/usr/share/nginx/html
restart: unless-stopped