sermon-notes/docker-compose.yml

8 lines
140 B
YAML
Raw Normal View History

2024-05-17 10:14:16 -04:00
version: "3"
services:
sermon-notes:
2024-05-23 17:45:14 -04:00
container_name: sermon-notes
image: ryanprather/sermon-notes:latest
2024-05-17 10:14:16 -04:00
ports:
2024-05-24 11:48:08 -04:00
- 80:80