diff --git a/docker-compose.yml b/docker-compose.yml index d3abedb..f0e315d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -229,10 +229,10 @@ services: restart: always container_name: ${CONTAINER_REDIS} image: redis - ports: - # host to image - # default port is 6379 - # - "${AE_REDIS_PORT}:6379" + # ports: + # # host to image + # # default port is 6379 + # - "${AE_REDIS_PORT}:6379" aether_api_gunicorn: restart: always