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

Commit

Permalink
Proxy example: Makes /tmp writable
Browse files Browse the repository at this point in the history
 Author:    Johannes Schnatterer <johannes@schnatterer.info>
  • Loading branch information
schnatterer committed Apr 25, 2019
1 parent 522c1ad commit 81186aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/behind-http-proxy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ services:
source: ./config
target: /gollum/config
read_only: true

# Make writable - needed for file uploads
- type: tmpfs
target: /tmp
networks:
gollum_galore:
external: false
Expand Down

0 comments on commit 81186aa

Please sign in to comment.