Simple web application that displays the environment variables of the server it is running on.
676
This is a simple web application that displays the environment variables of the server it is running on.
WEBSITES_PORT: 8080
This application is available as a Docker image on Docker Hub. You can pull the image using the following command:
docker pull kovacszsolt/environmentchecker:main
The application will be available at http://localhost:3000.
You can run the application using the following command:
docker run -d -p 3000:3000 kovacszsolt/environmentchecker:main
Content type
Image
Digest
sha256:7598318f1…
Size
49.9 MB
Last updated
over 1 year ago
docker pull kovacszsolt/environmentchecker:main