Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ServiceUnavailable" when running app #7

Open
magaronov opened this issue Dec 19, 2017 · 2 comments
Open

"ServiceUnavailable" when running app #7

magaronov opened this issue Dec 19, 2017 · 2 comments

Comments

@magaronov
Copy link

I currently get a "ServiceUnavailable" response when running this as an Azure App for Containers using a local database. From what I see I have set all the 4 necessary settings, and after restarting the app and trying a number of other things, I keep getting the same error.

This image is on my dockerhub under this address: agia/wp-localmysql

@LeonZhang77
Copy link
Contributor

hi, Maxiam

could you please try to pull and run appsvcorg/wordpress-alpine-php:0.1 at first?

    docker run -p 80:80 -e DTABASE_TYPE=local -e DATABASE_USERNAME=wordpress -e DATABASE_PASSWORD=123456 appsvcorg/wordpress-alpine-php:0.1

If it's working well, it should also works for web app for container in Azure.
Please feel free to let me know if you still have problem, include more details will be help.

thanks,
-Leon ([email protected])

@LeonZhang77
Copy link
Contributor

BTW, I tried to download and run your docker agia/wp-localmysql, it's also not working.

Error message: standard_init_linux.go: 195: exec user process caused "no such file of directory".

if you can share your docker files, it could be help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants