We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607d265 commit 6c42449Copy full SHA for 6c42449
1 file changed
docker-compose.yml
@@ -196,11 +196,12 @@ services:
196
ports:
197
- "${ANMS_UI_HTTP_PORT:-9030}:9030"
198
- "${ANMS_UI_HTTPS_PORT:-9443}:9443"
199
- depends_on:
200
- redis:
201
- condition: service_healthy
202
- postgres:
203
+# EXPERIMENTAL: Does anms-ui still show in list of pending containers without dependencies?
+# depends_on:
+# redis:
+# condition: service_healthy
+# postgres:
204
205
environment:
206
ENV_UI_VERSION: ${ANMS_VERSION}
207
NET_BIND_INTERFACE: "0.0.0.0"
0 commit comments