Skip to content

Commit 5dc343f

Browse files
committed
Add docker-compose.dev.yml
1 parent 8902bf2 commit 5dc343f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

docker-compose.dev.yml

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

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ version: "3.0"
22
services:
33
dsomm:
44
build: .
5-
volumes:
6-
- .:/var/www/html
75
ports:
86
- "81:80"
97

0 commit comments

Comments
 (0)