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:
|
||||
build: app
|
||||
ports:
|
||||
- '8008:80'
|
||||
- '80:80'
|
||||
volumes:
|
||||
- ./app:/var/www/html/
|
||||
```
|
||||
|
@ -3,7 +3,7 @@ services:
|
||||
web:
|
||||
build: app
|
||||
ports:
|
||||
- '8008:80'
|
||||
- '80:80'
|
||||
volumes:
|
||||
- ./app:/var/www/html/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user