Files
ittoview/docker-compose.yml
2026-02-03 10:21:56 +08:00

12 lines
194 B
YAML

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