Skip to content

Commit

Permalink
Fixes to podman configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Aug 6, 2022
1 parent 8d97cc9 commit 77b8a66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contrib/db2/podman-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ NAME=db2
PUBLISH="50000:50000 55000:55000"
IMAGE=docker.io/ibmcom/db2
ENV="LICENSE=accept DB2INSTANCE=db2inst1 DB2INST1_PASSWORD=P4ssw0rd DBNAME=testdb"
PRIVILEGED=true
VOLUME=/media/src/opt/db2:/database
1 change: 0 additions & 1 deletion contrib/exasol/podman-config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
NAME=exasol
IMAGE=docker.io/exasol/docker-db
PUBLISH=8563:8563
PRIVILEGED=true
1 change: 1 addition & 0 deletions contrib/ignite/podman-config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NAME=ignite
IMAGE=docker.io/usql/ignite
PUBLISH=10800:10800
NETWORK=host

0 comments on commit 77b8a66

Please sign in to comment.