using default port for apache
Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
parent
128c59b792
commit
42778f15ae
@ -17,7 +17,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
build: app
|
build: app
|
||||||
ports:
|
ports:
|
||||||
- '8008:80'
|
- '80:80'
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/var/www/html/
|
- ./app:/var/www/html/
|
||||||
```
|
```
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
build: app
|
build: app
|
||||||
ports:
|
ports:
|
||||||
- '8008:80'
|
- '80:80'
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/var/www/html/
|
- ./app:/var/www/html/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user