Skip to content

Commit 2e3436d

Browse files
author
majalaya
authored
Create docker-compose.yml
1 parent 4ed4c65 commit 2e3436d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docker-compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: "3.9" # optional since v1.27.0
2+
services:
3+
web:
4+
build: .
5+
ports:
6+
- "80:80"

0 commit comments

Comments
 (0)