mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
Add docker compose file
This commit is contained in:
parent
9e307b7da4
commit
a9a9749a08
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue