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.
Files
Segfautils/docker-compose.yml
T

11 lines
217 B
YAML
Raw Normal View History

2022-08-23 22:08:02 +02:00
services:
segfautils:
container_name: segfautils
image: projectsegfault/segfautils:latest
restart: always
ports:
- "6893:6893"
volumes:
- "./data:/segfautils/data"