This commit is contained in:
2024-01-12 15:49:38 +00:00
parent ce96134a71
commit 0ba52843de

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
eprilog:
image: git.nucleolus.xyz/fblume/eprilog/eprilog:latest
container_name: eprilog
port:
3839:3839/tcp
volumes:
- ./data:/data
restart: unless-stopped