set correct SEAFILE_URL in dev compose

This commit is contained in:
Gerrit Gogel 2024-07-28 14:27:06 +02:00
parent 2dc89c836c
commit 223677ae9a

View file

@ -9,7 +9,7 @@ services:
- DB_ROOT_PASSWD=db_dev - DB_ROOT_PASSWD=db_dev
- TIME_ZONE=Europe/Berlin - TIME_ZONE=Europe/Berlin
- HTTPS=false - HTTPS=false
- SEAFILE_URL=localhost - SEAFILE_URL=localhost:8080
networks: networks:
- seafile-net - seafile-net
depends_on: depends_on: