This repository has been archived on 2022-10-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-08-23 22:08:02 +02:00
|
|
|
services:
|
|
|
|
|
|
|
|
|
|
segfautils:
|
|
|
|
|
container_name: segfautils
|
|
|
|
|
image: projectsegfault/segfautils:latest
|
|
|
|
|
restart: always
|
|
|
|
|
ports:
|
|
|
|
|
- "6893:6893"
|
|
|
|
|
volumes:
|
2022-08-23 22:16:47 +02:00
|
|
|
- "./data:/segfautils/data"
|