Docker redis port update

This commit is contained in:
Piotr Biernat 2021-12-18 23:05:08 +01:00
parent d151907f8f
commit a27cc0624a

View File

@ -18,7 +18,7 @@ services:
- ./docker/etc/redis.conf:/etc/redis.conf - ./docker/etc/redis.conf:/etc/redis.conf
command: "/usr/local/bin/redis-server /etc/redis.conf" command: "/usr/local/bin/redis-server /etc/redis.conf"
ports: ports:
- 6379:6379 - 60379:6379
networks: networks:
- vegvisir-network - vegvisir-network