typehere_docker/docker-compose.yml

9 lines
106 B
YAML

version: '3'
services:
typehere:
restart: unless-stopped
build: .
ports:
- "8585:80"