Revive AdServer docker image based on Alpine Linux with nginx, php7-fpm and Revive adserver 5.3.1
-
Quick summary: Revive AdServer docker image based on Alpine Linux with nginx, php7-fpm and Revive Ad Server 5.3.1
-
Version 5.3.1
./build.shdocker pull diddado/revive- Create a docker-compose.yml file, or use the one in the repository
version: '3.3'
services:
revive:
build: .
image: diddado/revive
container_name: revive
ports:
- '8080:80'
restart: always
depends_on:
- mysql
mysql:
image: mysql:5.7
restart: always
environment:
- MYSQL_DATABASE=revive
- MYSQL_USER=user
- MYSQL_PASSWORD=passworddocker-compose up -d
Visit http://localhost:8080/ and complete the setup using the following for MySQL settings:
- host = mysql
- user = user
- password = password