Add docker-compose.yml (#65)

This commit is contained in:
Wenbo Han
2023-03-08 21:45:23 +08:00
committed by GitHub
parent 4f0b810704
commit f6dced8512

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3'
services:
goravel:
build:
context: .
ports:
- "3000:3000"
restart: always