Release 1.1 #18

Merged
ryan merged 92 commits from 1.1 into main 2025-10-10 23:32:42 -04:00
Showing only changes of commit 95f17a2f3b - Show all commits

View File

@@ -1,5 +1,3 @@
version: "3"
services:
sermon-notes:
container_name: sermon-notes
@@ -7,4 +5,6 @@ services:
ports:
- 80:80
volumes:
- ./data:/data
- $PWD/data:/data
- $PWD/.env:/var/www/html/.env
restart: unless-stopped