Removed Redis config file
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| FROM redis:latest | ||||
|  | ||||
| COPY ./redis.conf /etc/redis/redis.conf | ||||
| EXPOSE 6379 | ||||
|  | ||||
| EXPOSE 6379 | ||||
| # COPY redis.conf /usr/local/etc/redis/redis.conf | ||||
| CMD [ "redis-server", "--save ''", "--appendonly no" ] | ||||
		Reference in New Issue
	
	Block a user