eprilog/docker-compose.yml

10 lines
251 B
YAML
Raw Permalink Normal View History

2024-01-12 15:49:38 +00:00
version: '3.8'
services:
eprilog:
2024-04-08 14:33:01 +00:00
image: git.nucleolus.xyz/public/eprilog/eprilog:latest
2024-01-12 15:49:38 +00:00
container_name: eprilog
2024-01-12 20:18:29 +00:00
ports:
- 3839:3839/tcp
2024-01-12 15:49:38 +00:00
volumes:
- ./data:/data
restart: unless-stopped