Files
sermon-notes/docker-compose.yml
Ryan Prather dd83e0de95 upd: docker
update docker-compose and readme with updated docker image
2025-10-10 17:15:00 -04:00

11 lines
243 B
YAML

services:
sermon-notes:
container_name: sermon-notes
image: gitea.rkprather.com/ryan/sermon-notes:1.1
ports:
- 80:80
volumes:
- ${PWD}/data:/data
- ${PWD}/.env:/var/www/html/.env
restart: unless-stopped