Files
ittoview/docker-compose.yml

12 lines
181 B
YAML

version: '3.8'
services:
ittoview:
build:
context: .
dockerfile: Dockerfile
container_name: ittoview
ports:
- "8035:80"
restart: unless-stopped