Add docker compose file

This commit is contained in:
Abdourahmane Gadio 2025-01-22 19:21:28 +01:00
parent 9e307b7da4
commit a9a9749a08

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
services:
dumb:
image: ghcr.io/rramiachraf/dumb:latest
restart: unless-stopped
container_name: "dumb"
ports:
- 8080:5555 # Change the port if you need to
read_only: true