using default port for apache

Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
kouul 2020-04-06 19:39:45 +04:00
parent 128c59b792
commit 42778f15ae
2 changed files with 3 additions and 3 deletions

View File

@ -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/
``` ```

View File

@ -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/