mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 08:56:46 +02:00
Changed LAM container name
This commit is contained in:
parent
dfd7be9d72
commit
6272303b55
@ -1,7 +1,7 @@
|
|||||||
{% include 'roles/docker-compose/templates/base.yml.j2' %}
|
{% include 'roles/docker-compose/templates/base.yml.j2' %}
|
||||||
|
|
||||||
application:
|
application:
|
||||||
container_name: {{ application_id }}
|
container_name: {{ application_id | get_entity_name }}
|
||||||
image: "{{ applications | get_app_conf(application_id, 'images.lam', True) }}"
|
image: "{{ applications | get_app_conf(application_id, 'images.lam', True) }}"
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:{{ports.localhost.http[application_id]}}:80
|
- 127.0.0.1:{{ports.localhost.http[application_id]}}:80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user