Commit 5b36988d authored by Elliott Shugerman's avatar Elliott Shugerman Committed by Nicolas Giard

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
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment