fix: nginx depends on legacy in docker-compose (#2147)
This commit is contained in:
parent
a48fecb0c3
commit
bcb79344b8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue