config path fix

This commit is contained in:
qiaofeng1227 2023-10-10 08:27:39 +08:00
parent c868a6af74
commit 2126d23e64
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ COPY config/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
VOLUME /websoft9/apphub/logs
VOLUME /websoft9/apphub/src/conf
VOLUME /websoft9/apphub/src/config
VOLUME /websoft9/media
# Clean cache and install files

View File

@ -10,7 +10,7 @@ services:
volumes:
- apphub_logs:/websoft9/apphub/logs
- apphub_media:/websoft9/media
- apphub_config:/websoft9/apphub/src/conf
- apphub_config:/websoft9/apphub/src/config
depends_on:
- deployment
- git