We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照现有格式直接复制会提示
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
The text was updated successfully, but these errors were encountered:
我在执行脚本的时候没有碰到这个问题,但有另一个缩进问题,我已经提交了新版代码。
Sorry, something went wrong.
我也遇到了
No branches or pull requests
按照现有格式直接复制会提示
service 'environment' must be a mapping not an array
建议
The text was updated successfully, but these errors were encountered: