docker-compose.yaml 226 B

1234567891011
  1. version: "3"
  2. services:
  3. nginx-ui:
  4. image: registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-ui
  5. restart: always
  6. container_name: nginx-ui
  7. ports:
  8. - 8080:8080
  9. volumes:
  10. - ./data:/app/data