mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
config path fix
This commit is contained in:
parent
c868a6af74
commit
2126d23e64
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user