update templates with new names

This commit is contained in:
2026-02-25 12:22:29 -05:00
parent eff2aa4066
commit ecf4ae1058
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Compose
Put your compose.yaml here.

View File

@@ -0,0 +1,12 @@
services:
foobar:
container_name: foobar
restart: always
image: localhost/foobar:latest
ports:
- "8080:8080"
volumes:
- /home/foobar/data:/var/app/data
security_opt:
- label=disable
userns_mode: keep-id