Skip to content

Commit 4537083

Browse files
committed
Docker yml update
1 parent ce12279 commit 4537083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryDB.Core.Tests/Docker/docker-compose-oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: container-registry.oracle.com/database/express:21.3.0-xe
44
container_name: oracle-db
55
environment:
6-
ORACLE_PWD: "Secret123456"
6+
ORACLE_PWD: ""
77
ports:
88
- "1521:1521"
99
volumes:

0 commit comments

Comments
 (0)