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