mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Install Wekan Docker in production (markdown)
parent
b3944f4e14
commit
5ef8014a99
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ services:
|
|||
wekandb:
|
||||
image: mongo:3.2.13
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
networks:
|
||||
- wekan-tier
|
||||
|
@ -41,7 +40,6 @@ services:
|
|||
wekan:
|
||||
image: wekanteam/wekan:latest
|
||||
container_name: wekan-app
|
||||
restart: always
|
||||
networks:
|
||||
- wekan-tier
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue