Skip to content

Commit c94dc85

Browse files
committed
using container name for internal address
1 parent 5303952 commit c94dc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set_configuration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ docker cp ./onlyoffice app-server:/var/www/html/apps/
1616
docker exec -u www-data app-server php occ --no-warnings app:enable onlyoffice
1717

1818
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerUrl --value="/ds-vpath/"
19-
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerInternalUrl --value="http://nginx-server/ds-vpath/"
19+
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerInternalUrl --value="http://onlyoffice-document-server/"
2020
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice StorageUrl --value="http://nginx-server/"

0 commit comments

Comments
 (0)