Skip to content

Commit d3bd58e

Browse files
committed
fix: env name
prevent to use the same env port number name into more than one service. Signed-off-by: Vitor Mattos <[email protected]>
1 parent f0c0407 commit d3bd58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
build:
1313
context: .docker/php
1414
ports:
15-
- "127.0.0.1:${HTTP_PORT:-3000}:3000"
15+
- "127.0.0.1:${HTTP_PORT_PHP:-3000}:3000"
1616
- "127.0.0.1:${HTTP_PORT_BROWSERSYNC:-3001}:3001"
1717
volumes:
1818
- .:/var/www/html

0 commit comments

Comments
 (0)