Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl https://<my-subdomain>.mazepos.com:443/health

Running in production

To run the container in the background by adding -d or --detached (detached mode):

Code Block
sudo docker run -d --name proxy-lipi \
    --env-file $LIPI_ENV_FILE \
    -p 443:4343 \
    gcr.io/mazemap-public-docker/proxy-lipi:latest

...