mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-06 22:47:26 +01:00
fix nginx and mysql version in docker-compose
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user