8000 docker-compose格式有误 · Issue #7 · firemakergk/aquar-home · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
docker-compose格式有误 #7
Open
@tsecfun

Description

@tsecfun

按照现有格式直接复制会提示

service 'environment' must be a mapping not an array

建议

version: "3"
services:
  aquarhome:
    image: finetu/aquarhome:latest
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Shanghai
    volumes:
      - your/data:/var/aquardata
      - your/aquarpool:/opt/aquarpool 
      - your/logs:/root/.pm2/logs
    ports:
      - 8172:8172
      - 10000-10100:10000-10100
    restart: unless-stopped

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0