Files
ittoview/docker-compose.yml
2026-05-03 04:01:50 +01:00

14 lines
265 B
YAML

version: '3.8'
services:
ittoview:
build:
context: .
dockerfile: Dockerfile
container_name: ittoview
ports:
- "11.144.144.9:8035:80"
volumes:
- ./src/data/image:/usr/share/nginx/html/learning-images:ro
restart: always