OL-LearnPlatform/docker-compose.yaml
2025-07-22 17:30:18 +08:00

12 lines
183 B
YAML

version: '3.8'
services:
vue-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "55514:80"
container_name: vue3-nginx
restart: unless-stopped