Fix UI docker tests docker compose file

This commit is contained in:
Théophile Diot 2023-09-23 09:16:36 +01:00
parent 48bcb11983
commit 1ff2aed68c
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -49,7 +49,6 @@ services:
bw-ui:
image: bunkerity/bunkerweb-ui:1.5.2
pull_policy: never
command: python3 -m flask --app main:app run --host=0.0.0.0 --port=7000
depends_on:
- bw
- bw-docker-proxy