You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
I'm trying to run the dockerized version locally for testing before deploying to a production environment.
I setup the docker-compose.yml file, and nginx/default.conf as per the instructions. I start the stack using docker-compose up and everything seems to work. I can access the Movim UI from my browser.
I then go on to run the command: docker-compose exec movim php daemon.php setAdmin [email protected] (with my own JIB), but I get the error: User [email protected] not found
How can I fix this? - Any help would be much appreciated.
I'm trying to run the dockerized version locally for testing before deploying to a production environment.
I setup the docker-compose.yml file, and nginx/default.conf as per the instructions. I start the stack using docker-compose up and everything seems to work. I can access the Movim UI from my browser.
I then go on to run the command:
docker-compose exec movim php daemon.php setAdmin [email protected]
(with my own JIB), but I get the error:User [email protected] not found
How can I fix this? - Any help would be much appreciated.
Here is my docker-compose.yml:
my nginx/default.conf:
The text was updated successfully, but these errors were encountered: