Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
5beff2ed
Unverified
Commit
5beff2ed
authored
Mar 17, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐳
Fix #12715
parent
b81e4368
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
README.md
View file @
5beff2ed
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
用
`Docker`
运行?
用
`Docker`
运行?
`docker volume create solo_datas && docker run --privileged --name solo --restart=unless-stopped -p 8080:8080 -v solo_datas:/opt/b3log/backup/ -d
88250
/solo`
`docker volume create solo_datas && docker run --privileged --name solo --restart=unless-stopped -p 8080:8080 -v solo_datas:/opt/b3log/backup/ -d
b3log
/solo`
## 文档
## 文档
...
...
docker-compose.yml
View file @
5beff2ed
...
@@ -3,7 +3,7 @@ version: '3.1'
...
@@ -3,7 +3,7 @@ version: '3.1'
services
:
services
:
web
:
web
:
image
:
88250
/solo
image
:
b3log
/solo
restart
:
unless-stopped
restart
:
unless-stopped
ports
:
ports
:
-
8080:8080
-
8080:8080
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment