- # PERF-035: Removed deprecated 'version' key (Docker Compose v2+ ignores it)
- services:
- markdown-viewer:
- build:
- context: .
- dockerfile: Dockerfile
- ports:
- - "8080:80"
- container_name: markdown-plusplus
- restart: unless-stopped
- environment:
- - NGINX_HOST=localhost
- - NGINX_PORT=80
|