diff --git a/web/docs/additional/migrations/pelican.md b/web/docs/additional/migrations/pelican.md index 1bbb6cd..2542438 100644 --- a/web/docs/additional/migrations/pelican.md +++ b/web/docs/additional/migrations/pelican.md @@ -23,4 +23,4 @@ A normal install on a Linux box, Pelican running directly on the host. Head to t Pelican running inside Docker containers, with a `docker-compose.yml` somewhere. Head to the [Dockerized](./pelican/docker.md) guide. :::: -If you're not sure which you have, check what's actually running. Run `docker compose ps` in your Pelican directory: if it lists an active panel/web container, you're Dockerized. If the panel is served by a regular webserver instead, you're Standalone. The presence of a `docker-compose.yml` file alone doesn't tell you anything, the standard install pulls it from the repo either way. \ No newline at end of file +If you're not sure which setup you're using, run `docker compose ps` in your Pelican directory. If it shows a running panel/web container, you're using Docker. Otherwise, you're using Standalone. A `docker-compose.yml` file alone doesn't indicate a Docker setup. diff --git a/web/docs/additional/migrations/pterodactyl.md b/web/docs/additional/migrations/pterodactyl.md index f7ab2ef..0ae7a59 100644 --- a/web/docs/additional/migrations/pterodactyl.md +++ b/web/docs/additional/migrations/pterodactyl.md @@ -23,6 +23,4 @@ A normal install on a Linux box, Pterodactyl running directly on the host. Head Pterodactyl running inside Docker containers, with a `docker-compose.yml` somewhere. Head to the [Dockerized](./pterodactyl/docker.md) guide. :::: -If you're not sure which you have, check whether there's a `docker-compose.yml` file in your Pterodactyl directory. If there is, you're Dockerized; if not, you're Standalone. - -If you're not sure which you have, check what's actually running. Run `docker compose ps` in your Pterodactyl directory: if it lists an active panel/web container, you're Dockerized. If the panel is served by a regular webserver instead, you're Standalone. The presence of a `docker-compose.yml` file alone doesn't tell you anything, the standard install pulls it from the repo either way. \ No newline at end of file +If you're not sure which setup you're using, run `docker compose ps` in your Pterodactyl directory. If it shows a running panel/web container, you're using Docker. Otherwise, you're using Standalone. A `docker-compose.yml` file alone doesn't indicate a Docker setup.