Skip to content

Commit 3a3e21c

Browse files
authored
Update docker_run.sh
1 parent 6899f5e commit 3a3e21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ docker run \
44
-e POSTGRES_USER=$INPUT_DB_USER \
55
-e POSTGRES_PASSWORD=$INPUT_DB_PASSWORD \
66
-e POSTGRES_DB=$INPUT_DB_NAME \
7-
-d -p 5432:5432 postgis/postgis:$INPUT_PSQL_VERSION-$INPUT_PGIS_VERSION
7+
-d -p 5432:5432 $INPUT_DOCKER_IMAGE:$INPUT_PSQL_VERSION-$INPUT_PGIS_VERSION

0 commit comments

Comments
 (0)