mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Implemented new html volume and changed data mount path for friendica
This commit is contained in:
		@@ -6,7 +6,8 @@ services:
 | 
			
		||||
    image: "friendica:{{applications.friendica.version}}"
 | 
			
		||||
    {% include 'roles/docker-compose/templates/services/base.yml.j2' %}
 | 
			
		||||
    volumes:
 | 
			
		||||
      - data:/var/www/html
 | 
			
		||||
      - html:/var/www/html
 | 
			
		||||
      - data:/var/www/data
 | 
			
		||||
    ports:
 | 
			
		||||
      - "127.0.0.1:{{ports.localhost.http[application_id]}}:80"
 | 
			
		||||
 | 
			
		||||
@@ -17,5 +18,6 @@ services:
 | 
			
		||||
 | 
			
		||||
{% include 'templates/docker/compose/volumes.yml.j2' %}
 | 
			
		||||
  data:
 | 
			
		||||
  html:
 | 
			
		||||
 | 
			
		||||
{% include 'templates/docker/compose/networks.yml.j2' %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user