5👍
✅
solved by change ports
config with expose
as Iain Shelvington mentioned above
redis:
image: 'redis:alpine'
restart: unless-stopped
command: redis-server /usr/local/etc/redis/redis.conf
volumes:
- ./docker/redis/redis.conf:/usr/local/etc/redis/redis.conf
expose:
- 6379
- [Django]-TypeError: add() argument after * must be a sequence, not Subscribers
- [Django]-{{ STATIC_URL }} with pyjade in django
Source:stackexchange.com