We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce51ac commit c661cbeCopy full SHA for c661cbe
Examples/ServiceLifecycle/localdb.sh
@@ -37,8 +37,8 @@ docker start postgres-db
37
docker run -it --rm --network host \
38
-e PGPASSWORD=secret \
39
postgres:latest \
40
- psql -h localhost -U postgres -d test
+ psql -h localhost -U postgres -d servicelifecycle
41
42
# Alternative: Connect using the postgres-db container itself
43
-docker exec -it postgres-db psql -U postgres -d test
+docker exec -it postgres-db psql -U postgres -d servicelifecycle
44
0 commit comments