mirror of https://github.com/JohnHammond/CTFd.git
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
parent
dc4db6ff1f
commit
b37684d8ba
|
@ -3,6 +3,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
ctfd:
|
ctfd:
|
||||||
build: .
|
build: .
|
||||||
|
user: root
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
Loading…
Reference in New Issue