简体   繁体   中英

WSO2 APIM 3 docker persist API data

I installed WSO2 APIM 3 using docker-compose, and created some APIs. When I do a docker-compose down, and docker-compose up the API data is gone, how do I persist the data?

Thanks.

Basically you need to mount storages for the databases and API Manager nodes. For APIM nodes, you need to mount APIM/repository/deployment/server folder to a volume. You can find details in https://docs.wso2.com/display/AM260/Common+Runtime+and+Configuration+Artifacts

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM