Not actually needed. Other system already in place
This commit is contained in:
@@ -34,8 +34,6 @@ services:
|
||||
volumes:
|
||||
- Logo:/var/www/app/public/logo
|
||||
- Storage:/var/www/app/storage
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
cron:
|
||||
image: invoiceninja/invoiceninja:latest
|
||||
dns:
|
||||
@@ -96,8 +94,6 @@ services:
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- Database:/var/lib/mysql
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
web:
|
||||
image: nginx
|
||||
command: [nginx-debug, '-g', 'daemon off;']
|
||||
|
||||
Reference in New Issue
Block a user