You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/30 22:06:58 UTC

[GitHub] [age-website] JoshInnis commented on issue #84: Improve the documentation for docker command line

JoshInnis commented on issue #84:
URL: https://github.com/apache/age-website/issues/84#issuecomment-1264070093

   The docker command requires certain environmental variables to be added to work correctly:
   
   ```
   docker run \
       --name myPostgresDb  \
       -p 5455:5432 \
       -e POSTGRES_USER=postgresUser \
       -e POSTGRES_PASSWORD=postgresPW \
       -e POSTGRES_DB=postgresDB \
       -d \
   apache/age
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org