fix: nginx depends on legacy in docker-compose (#2147)

This commit is contained in:
Jonas L 2022-09-15 11:51:57 +02:00 committed by GitHub
parent a48fecb0c3
commit bcb79344b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ services:
image: nginx image: nginx
ports: ports:
- 8080:80 - 8080:80
depends_on:
- legacy
volumes: volumes:
- libretime_assets:/var/www/html:ro - libretime_assets:/var/www/html:ro
- ${NGINX_CONFIG_FILEPATH:-./nginx.conf}:/etc/nginx/conf.d/default.conf:ro - ${NGINX_CONFIG_FILEPATH:-./nginx.conf}:/etc/nginx/conf.d/default.conf:ro