Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
208b651e
Unverified
Commit
208b651e
authored
Dec 05, 2019
by
Nicolas Giard
Committed by
GitHub
Dec 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update docker-compose example
parent
5d7509ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
docker-compose.yml
dev/examples/docker-compose.yml
+5
-2
No files found.
dev/examples/docker-compose.yml
View file @
208b651e
version
:
"
3"
services
:
db
:
image
:
postgres:
9
-alpine
image
:
postgres:
11
-alpine
environment
:
POSTGRES_DB
:
wiki
POSTGRES_PASSWORD
:
wikijsrocks
POSTGRES_USER
:
wikijs
logging
:
driver
:
"
none"
restart
:
unless-stopped
volumes
:
-
db-data:/var/lib/postgresql/data
...
...
@@ -22,8 +24,9 @@ services:
DB_USER
:
wikijs
DB_PASS
:
wikijsrocks
DB_NAME
:
wiki
restart
:
unless-stopped
ports
:
-
"
3000:3000"
# <-- replace with "80:3000" to listen on port 80 instead
-
"
80:3000"
volumes
:
db-data
:
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