ichenhe edited a comment on issue #2010: URL: https://github.com/apache/incubator-shenyu/issues/2010#issuecomment-946732575
Note: The actually resason is here: #2073 Just another file: `/opt/shenyu-admin/logs/shenyu-admin.log` I have made my own image to fix that: ```yaml FROM apache/shenyu-admin EXPOSE 9095 # COPY ext-lib/*.jar /opt/shenyu-admin/ext-lib/ RUN mkdir -p /opt/shenyu-admin/logs && touch /opt/shenyu-admin/logs/shenyu-admin.log ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
