Cyrus.Yeung

Results 3 comments of Cyrus.Yeung

i have same problem with ui use custom docker network but if you use docker-compose.yml with external:true is work ``` version: '3' services: main: networks: - appnet .... networks: appnet:...

> Can you export the app to me? if install apps from apps store use docker custom network can do this edit /var/lib/casaos/apps/xxxxx/docker-compose.yml find this setting and add external: true...