OL-LearnPlatform/docker-compose.yaml

12 lines
183 B
YAML
Raw 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:14:14 +08:00
- "55512:80"
2025-07-22 16:51:54 +08:00
container_name: vue3-nginx
restart: unless-stopped