Skip to content

Commit

Permalink
fix onlyofficedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 28, 2023
1 parent 10f3792 commit e741ae8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/onlyofficedocs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
restart: unless-stopped
expose:
- '5672'
volumes:
- rabbitmq_data:/var/lib/rabbitmq

networks:
default:
Expand All @@ -55,3 +57,4 @@ volumes:
mq:
fonts:
forgotten:
rabbitmq_data:
2 changes: 2 additions & 0 deletions apps/opencart/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ W9_HTTP_PORT=80
W9_HTTP_PORT_SET=9001
W9_URL=appname.example.com
W9_URL_REPLACE=true
# Install wizard may change it
W9_ADMIN_PATH="/admin"
W9_DB_EXPOSE="mysql"
W9_DB_VERSION=5.7
W9_NETWORK=websoft9
Expand Down
4 changes: 3 additions & 1 deletion apps/opencart/Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# OpenCart

已经弃用 Bitnami 镜像,改用自行开发的 Dockerfile
已经弃用 Bitnami 镜像,改用自行开发的 Dockerfile

第三方

## 常见问题

Expand Down

0 comments on commit e741ae8

Please sign in to comment.