fix nginx and mysql version in docker-compose

This commit is contained in:
Sam
2018-04-24 10:05:47 +02:00
parent c641680309
commit 0d88a6268f

View File

@@ -2,7 +2,7 @@ version: "2"
services: services:
db: db:
image: mysql image: mysql:8
env_file: .env env_file: .env
restart: always restart: always
volumes: volumes:
@@ -19,7 +19,7 @@ services:
- ./srv/invoiceninja/logo:/var/www/app/public/logo:rw - ./srv/invoiceninja/logo:/var/www/app/public/logo:rw
web: web:
image: nginx image: nginx:1
volumes: volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro
links: links: