init
This commit is contained in:
parent
ce96134a71
commit
0ba52843de
|
@ -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
|
Loading…
Reference in New Issue