Skip to content

Commit 9402180

Browse files
env pathing fix
1 parent dc3d9d0 commit 9402180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
image: codereviewvideos/www.dev
3232
restart: always
3333
env_file:
34-
- .env
34+
- ./.env
3535
volumes:
3636
- "./volumes/php/app/cache:/var/www/dev/app/cache/:rw"
3737
- "./volumes/php/app/logs:/var/www/dev/app/logs/:rw"

0 commit comments

Comments
 (0)