remove j2 extension from templates

This commit is contained in:
2025-09-06 23:52:29 -07:00
parent f46e45b2b3
commit a08d8c9153
14 changed files with 12 additions and 12 deletions

View File

@ -0,0 +1,12 @@
services:
{{ container_name }}:
container_name: {{ container_name }}
image: php:8.0-apache
ports:
- {{ container_http_port }}:80
volumes:
- ./html:/var/www/html/
{{ extra_volumes }}
network_mode: bridge
restart: always