Skip to content

Commit ccd19d8

Browse files
feat(spring-databases-example): adjustments docker compose
1 parent fec33cb commit ccd19d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spring-oracle-example/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
services:
33

44
app-oracle:
5+
container_name: app-oracle
56
build:
67
context: .
78
ports:

spring-postgres-example/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
services:
33

44
app-postgres:
5+
container_name: app-postgres
56
build:
67
context: .
78
ports:

0 commit comments

Comments
 (0)