Docker-compose fix
* drops local volume usage in favor of copied code into container
This commit is contained in:
		
							parent
							
								
									80569119cb
								
							
						
					
					
						commit
						1996efcc0d
					
				@ -10,7 +10,6 @@ services:
 | 
			
		||||
    command: ./docker-entrypoint.sh
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - .:/konova
 | 
			
		||||
      - /data/apps/konova/uploaded_files:/konova_uploaded_files
 | 
			
		||||
    ports:
 | 
			
		||||
      - "1337:80"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user