upd: docker

update docker-compose and readme with updated docker image
This commit is contained in:
2025-10-10 17:15:00 -04:00
parent f3b91ac1d7
commit dd83e0de95
2 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,6 @@ services:
ports:
- 80:80
volumes:
- $PWD/data:/data
- $PWD/.env:/var/www/html/.env
- ${PWD}/data:/data
- ${PWD}/.env:/var/www/html/.env
restart: unless-stopped