ZachHandleyOriginal post
Moderator
After changing all my compose vars and such, it seems like I got the config successfully setup, but I can't run the migrate command. Portainer runs the compose scripts itself, so the compose is on my filesystem, but it doesn't directly correspond to the appwrite service, so I'm trying to run the migrate script but I can't find it, which service runs it?
Summary
Found the solution!
Navigate to `app/cli.php` inside the docker container and then run `php cli.php migrate`. This will allow you to run the migrate command successfully.