Skip to content
New issue

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

change position when checking if domain name enabled #581

Closed
wants to merge 1 commit into from

Conversation

fijar-lazuardy
Copy link

Current compose file will resulting error:
{"changed": false, "cmd": "/usr/bin/docker --host unix:///var/run/docker.sock compose --ansi never --progress plain --project-directory /home/pi/internet-monitoring/ ps --format json --all --no-trunc", "msg": "yaml: unmarshal errors:\n line 70: mapping key \"depends_on\" already defined at line 61", "rc": 15, "stderr": "yaml: unmarshal errors:\n line 70: mapping key \"depends_on\" already defined at line 61\n", "stderr_lines": ["yaml: unmarshal errors:", " line 70: mapping key \"depends_on\" already defined at line 61"], "stdout": "", "stdout_lines": []}

since depends_on is being declared twice. I fixed it on my pi with this

@geerlingguy
Copy link
Owner

Oh shoot, I just noticed this PR after merging #583 — but thank you for the contribution, I went ahead and merged #583 which fixes the same thing.

@geerlingguy geerlingguy closed this Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants