[NC] Bump to 21.0.2 + put back env_file
This commit is contained in:
		
							parent
							
								
									65923bc92c
								
							
						
					
					
						commit
						54431b2543
					
				| @ -34,10 +34,10 @@ services: | ||||
|     volumes: | ||||
|       - ${DATA_PATH}/my.cnf:/etc/mysql/my.cnf:ro | ||||
|       - ${DATA_PATH}/db:/var/lib/mysql | ||||
| #    env_file: secrets/db.secrets | ||||
|     env_file: secrets/db.secrets | ||||
| 
 | ||||
|   app: | ||||
|     image: nextcloud:19.0.10 | ||||
|     image: nextcloud:21.0.2 | ||||
|     depends_on: | ||||
|       - db | ||||
|       - redis | ||||
| @ -51,7 +51,7 @@ services: | ||||
|     volumes: | ||||
|       - ${DATA_PATH}/app/html:/var/www/html | ||||
|     restart: unless-stopped | ||||
| #    env_file: secrets/app.secrets | ||||
|     env_file: secrets/app.secrets | ||||
|     environment: | ||||
|       - APACHE_DISABLE_REWRITE_IP=1 | ||||
|     labels: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user