Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Updated Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeRs committed Apr 3, 2019
1 parent 001912b commit 8565a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
volumes:
- ./:/var/www/html
webserver:
image: nginx:1.15-alpine
image: nginx:alpine
container_name: webserver
volumes:
- ./:/var/www/html
Expand All @@ -31,7 +31,7 @@ services:
depends_on:
- php
mariadb:
image: mariadb:10.3
image: mariadb:latest
container_name: mysql
restart: always
environment:
Expand All @@ -44,7 +44,7 @@ services:
volumes:
- dbdata:/var/lib/mysql
redis:
image: redis:5.0-rc-alpine3.8
image: redis:alpine
container_name: redis
restart: always
command: redis-server --requirepass secret
Expand Down

0 comments on commit 8565a79

Please sign in to comment.