remove j2 extension from templates
This commit is contained in:
12
templates/docker-compose-local-index.yaml
Executable file
12
templates/docker-compose-local-index.yaml
Executable file
@ -0,0 +1,12 @@
|
||||
# docker-compose.yaml
|
||||
version: '3'
|
||||
services:
|
||||
local-index:
|
||||
image: apache-index
|
||||
container_name: local-index
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- {{ working_storage }}:/mnt/smb
|
||||
network_mode: bridge
|
||||
restart: always
|
||||
Reference in New Issue
Block a user