Skip to content

Commit 149521e

Browse files
committed
postgresql 3
1 parent 9087a9b commit 149521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: class-32/in-class-demo-postgresql/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
# This line maps a port from the host machine to the web service container. In this case, it maps port 8000 on the host to port 8000 in the container. This allows the application running in the container to be accessible from the host machine on port 8000.
2020
ports:
2121
- "8000:8000"
22-
22+
2323
# NEW
2424
db:
2525
image: postgres

0 commit comments

Comments
 (0)