Roadbound-BRR/docker-compose.yml

13 lines
No EOL
219 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
environment:
- TZ=UTC
restart: unless-stopped
container_name: bus_running_record_web