Skip to content

Commit d6a2235

Browse files
authored
Merge pull request #2 from trywilco/fix-env-for-codespaces
Update .env
2 parents 195bc16 + 494fd47 commit d6a2235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NGINX_CONTAINER_PORT=80
66
NGINX_HOST_CONFD_DIR=./.docker/nginx/conf.d
77
NGINX_CONTAINER_CONFD_DIR=/etc/nginx/conf.d
88

9-
PHP_WEBROOT_HOST_PATH=../.framework/php/src/
9+
PHP_WEBROOT_HOST_PATH=../src/
1010
PHP_WEBROOT_CONTAINER_PATH=/var/www/htdoc
1111

1212
NGINX_WEBROOT_HOST_PATH=../src/
@@ -25,4 +25,4 @@ PHP_IMAGE=php:8.2-fpm
2525

2626

2727
REDIS_DATA_HOST_PATH=./data/redis
28-
REDIS_DATA_CONTAINER_PATH=/etc/data
28+
REDIS_DATA_CONTAINER_PATH=/etc/data

0 commit comments

Comments
 (0)