using default port for apache
Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
@@ -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/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user