mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
php: make the proxy service dependent on the document-server and example services
This commit is contained in:
@ -31,6 +31,9 @@ services:
|
||||
build:
|
||||
context: .
|
||||
target: proxy
|
||||
depends_on:
|
||||
- document-server
|
||||
- example
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user