Run as root when using docker-compose to be able to write to the volume (#981)

* Docker Compose needs to be run as root to be able to write to the bind mounted volumes.
selenium-screenshot-testing
Kevin Chung 2019-05-04 17:17:11 -04:00 committed by GitHub
parent dc4db6ff1f
commit b37684d8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: '2'
services:
ctfd:
build: .
user: root
restart: always
ports:
- "8000:8000"