Skip to content

Commit 1e95c1c

Browse files
authored
Merge pull request #264 from LibreCodeCoop/fix/env-name
fix: env name
2 parents af0ae09 + d3bd58e commit 1e95c1c

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)