clean template

This commit is contained in:
2026-02-12 23:56:22 +00:00
parent 7deb3a58f8
commit b1c83c511e

View File

@@ -4,6 +4,5 @@ services:
container_name: __REPO_NAME__ container_name: __REPO_NAME__
restart: unless-stopped restart: unless-stopped
__PORTS_BLOCK__ __PORTS_BLOCK__
environment:
__ENV_BLOCK__ __ENV_BLOCK__
__VOL_BLOCK__ __VOL_BLOCK__