adding some new containers to play with

This commit is contained in:
2026-03-29 23:17:58 +00:00
parent 146ba14e79
commit dfde1f48f5
6 changed files with 189 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
# filepizza - https://hub.docker.com/r/guang1/filepizza
services:
filepizza:
container_name: filepizza
ports:
- 6464:8080
environment:
- PORT=8080
restart: always
image: guang1/filepizza:latest
network_mode: bridge