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/10/01 23:09:37 UTC

[GitHub] [age-website] arun-esh opened a new pull request, #87: add docker commands to setup the image

arun-esh opened a new pull request, #87:
URL: https://github.com/apache/age-website/pull/87

   ## Added extra arguments which are required to setup the image on the system.
   - port
   - user
   - password
   - DB Name
   
   ```
   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


[GitHub] [age-website] arun-esh closed pull request #87: add docker commands to configure the docker image

Posted by GitBox <gi...@apache.org>.
arun-esh closed pull request #87: add docker commands to configure the docker image
URL: https://github.com/apache/age-website/pull/87


-- 
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