Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Add Docker Swarm note
Browse files Browse the repository at this point in the history
  • Loading branch information
msokk committed Aug 24, 2017
1 parent d33ce4e commit f1db1d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Based on official [Debian Jessie](https://hub.docker.com/_/debian/) image, uses

> NB: Set bigger shared memory size `--shm-size=Xm` (default: `64m`) if dealing with very heavy pages.
> Docker Swarm needs extra configuration to work - [`--shm-size` is not implemented](https://github.com/moby/moby/issues/26714) use `--mount type=tmpfs,dst=/dev/shm,tmpfs-size=134217728 ` instead and blank hostname `-e HOSTNAME=`.

## Installation on Debian with Node.js
Expand Down

0 comments on commit f1db1d0

Please sign in to comment.