OL-LearnPlatform/docker-compose.yaml

12 lines
183 B
YAML
Raw Permalink Normal View History

2025-07-22 16:51:54 +08:00
version: '3.8'
services:
vue-app:
build:
context: .
dockerfile: Dockerfile
ports:
2025-07-22 17:30:18 +08:00
- "55514:80"
2025-07-22 16:51:54 +08:00
container_name: vue3-nginx
restart: unless-stopped