mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Solved typo bug
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   application: | ||||
| {% set container_port = 80 %} | ||||
| {% include 'roles/docker-container/templates/base.yml.j2' %} | ||||
|     image: "{{ applications | get_app_conf(application_id, 'docker.services.matomo.image']', True) }}" | ||||
|     image: "{{ applications | get_app_conf(application_id, 'docker.services.matomo.image', True) }}" | ||||
|     ports: | ||||
|       - "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}" | ||||
|     volumes: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user