Skip to content

Commit e063302

Browse files
committed
docker-compose for easy start
1 parent d31c7c8 commit e063302

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: '3'
2+
services:
3+
phpgps:
4+
build: .
5+
ports:
6+
- "8080:80"
7+
volumes:
8+
- "./src:/var/www/html/"

0 commit comments

Comments
 (0)