Skip to content

Commit a1a426c

Browse files
committed
fix: Fix a comment
1 parent 7829a7e commit a1a426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker_compose/docker-compose-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
service:
4-
command: [] # Use the default CMD from Dockerfile-Service, i.e. just apply migrations
4+
command: [] # Use the default CMD from Dockerfile-Service, i.e. just run grader-service
55

66
db-init:
77
build:

0 commit comments

Comments
 (0)