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

Fix immich-server service name in README #166

Merged
merged 1 commit into from
May 18, 2022
Merged

Fix immich-server service name in README #166

merged 1 commit into from
May 18, 2022

Conversation

Migelo
Copy link
Contributor

@Migelo Migelo commented May 18, 2022

The current documentation has a typo (at least to my understanding) when using the docker-compose --scale argument.

The command in question is:
docker-compose -f ./docker/docker-compose.yml up --scale immich_server=5
but running it results in an error
unknown service "immich_server"

Therefore I fixed the above command in README.md to:
docker-compose -f ./docker/docker-compose.yml up --scale immich-server=5

@alextran1502 alextran1502 merged commit 4900fec into immich-app:main May 18, 2022
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