Merge pull request #5 from ProjectSegfault/docker-compose

YOLO Docker Compose file
This commit is contained in:
Midou36O 2022-08-23 20:20:54 +00:00 committed by GitHub
commit fab1716b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
segfautils:
container_name: segfautils
image: projectsegfault/segfautils:latest
restart: always
ports:
- "6893:6893"
volumes:
- "./data:/segfautils/data"