Rename all j2 files to templates
Not according to convention, but it reads better.
This commit is contained in:
@@ -7,10 +7,10 @@ services:
|
||||
ports:
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- {{ data_dir }}:/data
|
||||
- {{ backups_dir }}:/backups
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- "{{ data_dir }}:/data"
|
||||
- "{{ backups_dir }}:/backups"
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
networks:
|
||||
- "web_proxy_network"
|
||||
environment:
|
||||
Reference in New Issue
Block a user