Personal-site/docker-compose.yml

12 lines
220 B
YAML
Raw Permalink Normal View History

version: "3.2"
services:
website:
build:
context: .
dockerfile: Dockerfile
container_name: "therbron.com"
ports:
- 8000:80
restart: unless-stopped