Skip to content

Commit 44b4988

Browse files
authored
Merge pull request m4mallu#99 from rinrinx2/patch-3
Create docker-compose.yml
2 parents 36c371f + dbc8df4 commit 44b4988

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: "3.3"
2+
3+
services:
4+
app:
5+
build: .
6+
command: bash start.sh
7+
restart: on-failure
8+
ports:
9+
- "81:81"

0 commit comments

Comments
 (0)