mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 08:02:28 +01:00 
			
		
		
		
	Update constants-service.conf
change php to 8.3 added postgresql version
This commit is contained in:
		@@ -30,7 +30,10 @@ LXC_KEYCTL="0"
 | 
				
			|||||||
NEXTCLOUD_VERSION="latest"
 | 
					NEXTCLOUD_VERSION="latest"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Defines the php version to install
 | 
					# Defines the php version to install
 | 
				
			||||||
NEXTCLOUD_PHP_VERSION="8.2"
 | 
					NEXTCLOUD_PHP_VERSION="8.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Defines the postgresql version to install
 | 
				
			||||||
 | 
					POSTGRES_VERSION=16 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Defines the IP from the SQL server
 | 
					# Defines the IP from the SQL server
 | 
				
			||||||
NEXTCLOUD_DB_IP="127.0.0.1"
 | 
					NEXTCLOUD_DB_IP="127.0.0.1"
 | 
				
			||||||
@@ -51,4 +54,4 @@ NEXTCLOUD_DB_PWD="$(random_password)"
 | 
				
			|||||||
LXC_MEM_MIN=4096
 | 
					LXC_MEM_MIN=4096
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# service dependent meta tags
 | 
					# service dependent meta tags
 | 
				
			||||||
SERVICE_TAGS="php-fpm,nginx,postgresql"
 | 
					SERVICE_TAGS="php-fpm,nginx,postgresql"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user