File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ IMAGE_REDIS=redis:5-alpine
16
16
IMAGE_DRIVER=zenika/alpine-chrome
17
17
CLEAR_FRONT_PACKAGES=no
18
18
MAIN_DOMAIN_NAME=docker.localhost
19
- DB_URL=sqlite:./../.cache/db.sqlite
19
+ DB_URL=sqlite:// ./../.cache/db.sqlite
20
20
# Faster but data will be lost on php container recreation
21
21
#DB_URL=sqlite:///dev/shm/db.sqlite
22
22
#DB_URL=mysql://db:db@mysql/db
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ allfast: | fast provision back front si localize hooksymlink info
65
65
# # Update .env to build DB in ram (makes data NOT persistant)
66
66
fast :
67
67
$(shell sed -i "s|^#DB_URL=sqlite:///dev/shm/db.sqlite|DB_URL=sqlite:///dev/shm/db.sqlite|g" .env)
68
- $(shell sed -i "s|^DB_URL=sqlite:./../.cache/db.sqlite|#DB_URL=sqlite:./../.cache/db.sqlite|g" .env)
68
+ $(shell sed -i "s|^DB_URL=sqlite:// ./../.cache/db.sqlite|#DB_URL=sqlite:// ./../.cache/db.sqlite|g" .env)
69
69
70
70
# # Provision enviroment
71
71
provision :
You can’t perform that action at this time.
0 commit comments