Skip to content

Commit

Permalink
Getting Started: Update docker-compose.md, updates.md and docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Oct 25, 2024
1 parent 84d2d33 commit a4ee5c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ The currently supported user ID ranges are 0, 33, 50-99, 500-600, 900-1250, and
*[RHEL]: Red Hat Enterprise Linux®

[^1]: The default name for [Docker Compose](https://docs.docker.com/compose/) configuration files is `compose.yaml`. For simplicity, it does not need to be specified if you are running commands in the same directory. Config files for other applications and instances should be placed in separate folders.
[^2]: With the latest version of [Docker Compose](https://docs.docker.com/compose/), the [default file name](https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file) is `compose.yaml`, although the [`docker compose` command](troubleshooting/docker.md#docker-compose) still supports legacy `docker-compose.yml` files for backward compatibility.
[^2]: With the latest version of [Docker Compose](https://docs.docker.com/compose/), the [default config file name](https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file) is `compose.yaml`, although the [`docker compose` command](troubleshooting/docker.md#docker-compose) still supports legacy `docker-compose.yml` files for backward compatibility.
2 changes: 1 addition & 1 deletion docs/getting-started/troubleshooting/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sudo chmod +x /bin/docker-compose
```

!!! note ""
With the latest version of [Docker Compose](https://docs.docker.com/compose/), the [default file name](https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file) is `compose.yaml`, although the `docker compose` command still supports legacy `docker-compose.yml` files for backward compatibility.
With the latest version of [Docker Compose](https://docs.docker.com/compose/), the [default config file name](https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file) is `compose.yaml`, although the `docker compose` command still supports legacy `docker-compose.yml` files for backward compatibility.

### Podman Compose

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ To reduce startup time, do not set `PHOTOPRISM_INIT` to avoid running additional
!!! tldr ""
If your instance doesn't start even after waiting for some time, our [Troubleshooting Checklists](troubleshooting/index.md#connection-fails) help you quickly diagnose and solve the problem.

[^1]: With the latest version of [Docker Compose](https://docs.docker.com/compose/), the [default file name](https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file) is `compose.yaml`, although the [`docker compose` command](troubleshooting/docker.md#docker-compose) still supports legacy `docker-compose.yml` files for backward compatibility.
[^1]: With the latest version of [Docker Compose](https://docs.docker.com/compose/), the [default config file name](https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file) is `compose.yaml`, although the [`docker compose` command](troubleshooting/docker.md#docker-compose) still supports legacy `docker-compose.yml` files for backward compatibility.

0 comments on commit a4ee5c3

Please sign in to comment.