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

Update installation-docker.md #27

Merged
merged 1 commit into from
Jul 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/en/docs/installation-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Although this tool can't do anything you can't already to with Docker alone, it
> Prerequisite: Docker Engine and Docker Compose is installed on your server.
> See [Install Docker Engine][docker-install] and [Install Docker Compose][install-docker-compose] on how to do so.

To configure Photoview using Docker Compose, first copy the contents of [docker-compose.example.yml][docker-compose.example.yml],
To configure Photoview using Docker Compose, first copy the contents of [docker-compose.example.yml](https://github.com/photoview/photoview/blob/master/docker-compose%20example/docker-compose.example.yml),
and save it to a file called `docker-compose.yml`.

Within the file you will find two services: the Photoview server itself named `photoview` and a MariaDB database named `db`.
Expand Down
Loading