Skip to content

Commit 9ff8a69

Browse files
feat(spring-oracle-example): rename OracleDB container for clarity in compose file
1 parent 1cd7aed commit 9ff8a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-oracle-example/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ services:
1919
- "8080:8080"
2020

2121
oracle-db:
22+
container_name: oracle-db
2223
image: gvenzl/oracle-xe:21-slim
23-
container_name: oracle-xe
2424
ports:
2525
- "1521:1521"
2626
environment:

0 commit comments

Comments
 (0)