GhostWriters / DockSTARTer.com

https://dockstarter.com/
6 stars 15 forks source link

Incorrect variable used in SyncLounge example #97

Closed CLHatch closed 4 years ago

CLHatch commented 4 years ago

I wasn't sure if you did pull requests on the docs, so figured I'd just point this out in an issue.

In the SyncLounge documentation, I believe the wrong variable is used in the "Override Servers List" example.

The example shows: `version: "3.4" # this must match the version in docker-compose.yml services: synclounge: volumes:

I would think that would actually be: `version: "3.4" # this must match the version in docker-compose.yml services: synclounge: volumes:

github-actions[bot] commented 4 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

nemchik commented 4 years ago

I think you are correct, and yes we gladly accept PRs to the docs. There's even an edit button at the top right of every page on the docs site. If you'd like to make a PR I'll get it merged.

MagicalCodeMonkey commented 4 years ago

Thanks for reporting this! It has been change and should be updated on the site shortly.