ReviveDockerImage icon indicating copy to clipboard operation
ReviveDockerImage copied to clipboard

Revive AdServer docker image based on Alpine Linux with nginx, php7-fpm and revive 5

Results 2 ReviveDockerImage issues
Sort by recently updated
recently updated
newest added

Local banner cannot be created. It returns with this error message when I try to upload a JPG image. ` 2020/01/20 12:15:49 [crit] 10#10: *10 open() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission...

Hi, Here is my docker-compose file which I'm currently using to run your image. ``` version: '3' networks: proxy: external: true services: revive: build: context: revive/ restart: always volumes: -...