Skip to content

Commit

Permalink
fix: install error
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Aug 10, 2024
1 parent 678889b commit 86b9b47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Empty file modified .config.php
100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- ./.config.development.php:/opt/uoj/web/app/.config.php
- type: bind
source: ./.config.development.php
target: /opt/uoj/web/app/.config.php
ports:
- "80:80"
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- ./.config.php:/opt/uoj/web/app/.config.php
- type: bind
source: ./.config.php
target: /opt/uoj/web/app/.config.php
ports:
- "80:80"

0 comments on commit 86b9b47

Please sign in to comment.