2023-05-16 11:19:04+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.7.8+mariaubu2004 started.
2023-05-16 11:19:04+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2023-05-16 11:19:04+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.7.8+mariaubu2004 started.
2023-05-16 11:19:04+00:00 [Note] [Entrypoint]: Initializing database files
this is what i get when docker compose up -d is still running
Okay Let it stay for 1 minutes then check the logs again
okay it looks like docker compose up is also done
i still get the same logs
And in docker ps you get any restarting status?
no
everything is up
Mmm, go to your server IP
In the browser
bad gateway
What do you see?
Okay that can take a couple of minutes
Try to access it in 2 minutes and also check the docker ps
oh my god
IT WORKS
the website loads
whatever you did
THANK YOU VERY MUCH
Maybe it half load before and now after the clean we got it as a whole
Great 👍
thanks a ton!!!!!
have a good day!
You too
<:appwritefire:823999000330895380>
[SOLVED] Appwrite Not Going Live
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...