Skip to content

Commit 22cca0a

Browse files
committed
fix: remove redundant port
Now we have a Nginx service to provide locally Signed-off-by: Vitor Mattos <[email protected]>
1 parent 8dc867e commit 22cca0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ services:
1414
context: .docker/php
1515
restart: unless-stopped
1616
ports:
17-
- "127.0.0.1:${HTTP_PORT:-3000}:3000"
18-
- "127.0.0.1:${HTTP_PORT_BROWSERSYNC:-3001}:3001"
17+
- "127.0.0.1:${HTTP_PORT_BROWSERSYNC:-3000}:3000"
1918
volumes:
2019
- .:/var/www/html
2120
environment:

0 commit comments

Comments
 (0)