Skip to content

Commit

Permalink
Merge pull request #39 from janash/postgres-correction
Browse files Browse the repository at this point in the history
correction to commands for running postgres container
  • Loading branch information
SinaMostafanejad committed Sep 20, 2024
2 parents 9b4ae9e + f857b16 commit 9bcf00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molssi_hub/compchem/rdkit-postgres162/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"Recipe":"https://github.com/MolSSI/molssi-hub/blob/main/molssi_hub/compchem/rdkit-postgres162/Dockerfile"
}
],
"docker_pull_command": "docker pull molssi/rdkitpostgres-postgres162:latest",
"docker_run_command": "docker run --name rdkitpostgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d molssi/rdkitpostgres-postgres162:latest",
"docker_pull_command": "docker pull molssi/rdkit-postgres162:latest",
"docker_run_command": "docker run --name rdkitpostgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d molssi/rdkit-postgres162:latest",
"note": "See the full documentation for the base PostgreSQL image for alternative environment variables and run commands - https://hub.docker.com/_/postgres",
"tip": "See the full documentation for the base PostgreSQL image for alternative environment variables and run commands - https://hub.docker.com/_/postgres",
"image_specifications":[
Expand Down

0 comments on commit 9bcf00f

Please sign in to comment.