Skip to content

Commit c661cbe

Browse files
committed
change DB name
1 parent 2ce51ac commit c661cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/ServiceLifecycle/localdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ docker start postgres-db
3737
docker run -it --rm --network host \
3838
-e PGPASSWORD=secret \
3939
postgres:latest \
40-
psql -h localhost -U postgres -d test
40+
psql -h localhost -U postgres -d servicelifecycle
4141

4242
# Alternative: Connect using the postgres-db container itself
43-
docker exec -it postgres-db psql -U postgres -d test
43+
docker exec -it postgres-db psql -U postgres -d servicelifecycle
4444

0 commit comments

Comments
 (0)