config path fix
This commit is contained in:
parent
c868a6af74
commit
2126d23e64
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue