mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 14:54:12 +01:00 
			
		
		
		
	rename app volume
This commit is contained in:
		
							parent
							
								
									ec05907c94
								
							
						
					
					
						commit
						74a1bccf52
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -31,7 +31,7 @@ services:
 | 
			
		|||
      - OWNER_GID=${OWNER_GID}
 | 
			
		||||
      - SELF_URL_PATH=http://${EXTERNAL_HOST}:${EXTERNAL_PORT}/tt-rss
 | 
			
		||||
    volumes:
 | 
			
		||||
      - html:/var/www/html
 | 
			
		||||
      - app:/var/www/html
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - db
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -41,10 +41,10 @@ services:
 | 
			
		|||
    ports:
 | 
			
		||||
      - ${EXTERNAL_PORT}:80
 | 
			
		||||
    volumes:
 | 
			
		||||
      - html:/var/www/html:ro
 | 
			
		||||
      - app:/var/www/html:ro
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - app
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  db:
 | 
			
		||||
  html:  
 | 
			
		||||
  app:  
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue