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

Additional property dockerproxy is not allowed #91

Closed
X1pheR opened this issue Jan 12, 2022 · 4 comments
Closed

Additional property dockerproxy is not allowed #91

X1pheR opened this issue Jan 12, 2022 · 4 comments

Comments

@X1pheR
Copy link

X1pheR commented Jan 12, 2022

Noobie here. I tried copy&paste to deploy but got the below error. Seemed I missed a version and services attribute in the docker compose but didn't know. Maybe include in the example?

image

@ualex73
Copy link
Owner

ualex73 commented Mar 10, 2022

Where are you trying to deploy this?

@503Dev
Copy link

503Dev commented Nov 30, 2022

I was able to reproduce this. I assume the OP means that he created a "docker-compose.yml" file on the host system, pasted the example docker-compose code and then attempted to run it such as:

sudo docker compose up -d

@503Dev
Copy link

503Dev commented Nov 30, 2022

This may be a candidate for a PR to fix the info but the solution is just to make sure you add the services: header, this is standard with docker-compose files but easy to forget.

Just add
services:

above dockerproxy: and indent subsequent lines accordingly.

@ualex73
Copy link
Owner

ualex73 commented May 25, 2024

Updated the README, so I will close this one ... if you find more documentation/README improvements, please let me know or draft a PR.

@ualex73 ualex73 closed this as completed May 25, 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

No branches or pull requests

3 participants