Skip to content

Commit 42d8299

Browse files
committed
Fix the name of docker-compose config file
1 parent 30b8d52 commit 42d8299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml renamed to docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ services:
55
volumes:
66
- ".:/app"
77
ports:
8-
- "80:80"
8+
- "8080:80"

0 commit comments

Comments
 (0)