version: '3.8' services: eprilog: image: git.nucleolus.xyz/public/eprilog/eprilog:latest container_name: eprilog ports: - 3839:3839/tcp volumes: - ./data:/data restart: unless-stopped