ezXSS
ezXSS copied to clipboard
Provide example docker-compose for using the Docker Hub image
- Provide a
docker-compose.hub.ymlin the repo - Provide installation instructions for using the Docker hub image
Originally posted by @Flightkick in https://github.com/ssl/ezXSS/issues/80#issuecomment-800641410
Added docker-compose.hub.yml in https://github.com/ssl/ezXSS/commit/973dd24a32c28cf4875368d850d130958612a689
Wiki still needs some instructions. What would be the correct way to set up using the hub?
Sorry for the late reply, missed this message and unfortunately have been very busy lately.
IIRC, to use the Hub image the user needs to:
- use the
docker-compose.hub.ymlfile you linked - change the
volume.assets.driver_opts.devicedirective in thedocker-compose.hub.ymlto an absolute path on the host machine where Docker would need to store the assets - create the
.envfile in the same directory as thedocker-compose.hub.yml, sample below
Sample .env file:
dbHost="ezxss.db"
dbUser=ezxss
dbPassword=changeme
dbName=ezxss