Disabled persistency in Redis #214
							
								
								
									
										6
									
								
								Redis/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Redis/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| FROM redis:latest | ||||
|  | ||||
| EXPOSE 6379 | ||||
|  | ||||
| # COPY redis.conf /usr/local/etc/redis/redis.conf | ||||
| CMD [ "redis-server", "--save ''", "--appendonly no" ] | ||||
| @@ -2,7 +2,8 @@ version: "3" | ||||
|  | ||||
| services: | ||||
|     redis: | ||||
|         image: 'redis' | ||||
|         container_name: xmltools-redis | ||||
|         build: ./Redis | ||||
|         restart: "no" | ||||
|  | ||||
|     xmltools-frontend: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user