mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-11-04 00:36:21 +00:00 
			
		
		
		
	* This allows to start the container without any extra settings (potentially unsafe). It is recommended to set EOS_SERVER__EOSDASH_SESSKEY.
This commit is contained in:
		@@ -9,6 +9,9 @@ ENV EOS_CACHE_DIR="${EOS_DIR}/cache"
 | 
			
		||||
ENV EOS_OUTPUT_DIR="${EOS_DIR}/output"
 | 
			
		||||
ENV EOS_CONFIG_DIR="${EOS_DIR}/config"
 | 
			
		||||
 | 
			
		||||
# Overwrite when starting the container in a production environment
 | 
			
		||||
ENV EOS_SERVER__EOSDASH_SESSKEY=s3cr3t
 | 
			
		||||
 | 
			
		||||
WORKDIR ${EOS_DIR}
 | 
			
		||||
 | 
			
		||||
RUN adduser --system --group --no-create-home eos \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user