server/docker-compose.yml
2025-04-25 12:08:29 +09:00

14 lines
236 B
YAML

version: '3'
services:
ppanel:
container_name: ppanel-server
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
volumes:
- ./etc/ppanel.yaml:/app/etc/ppanel.yaml
restart: always