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
5b36988d
Commit
5b36988d
authored
Oct 25, 2019
by
Elliott Shugerman
Committed by
Nicolas Giard
Oct 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: remove `wikinet` network from docker-compose.yml example (#1144)
This network is unnecessary because Compose creates a network for all services by default.
parent
7db814c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
docker-compose.yml
dev/examples/docker-compose.yml
+0
-7
No files found.
dev/examples/docker-compose.yml
View file @
5b36988d
...
...
@@ -10,8 +10,6 @@ services:
driver
:
"
none"
volumes
:
-
db-data:/var/lib/postgresql/data
networks
:
-
wikinet
wiki
:
image
:
requarks/wiki:beta
...
...
@@ -24,13 +22,8 @@ services:
DB_USER
:
wikijs
DB_PASS
:
wikijsrocks
DB_NAME
:
wiki
networks
:
-
wikinet
ports
:
-
"
3000:3000"
# <-- replace with "80:3000" to listen on port 80 instead
networks
:
wikinet
:
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