Initial Commit

This commit is contained in:
2025-10-16 21:00:53 +10:00
commit ae1fac47bf
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8080:8080

5
nginx/docker-compose.yml Normal file
View File

@@ -0,0 +1,5 @@
services:
nginx:
image: nginx:latest
ports:
- 8089:80