Testing
This commit is contained in:
@@ -48,8 +48,6 @@ services:
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
links:
|
||||
- db:mysql
|
||||
volumes_from:
|
||||
- invoiceninja
|
||||
db:
|
||||
image: mysql
|
||||
environment:
|
||||
@@ -74,7 +72,5 @@ services:
|
||||
ports:
|
||||
- 8000:80
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
volumes_from:
|
||||
- invoiceninja
|
||||
- ${VOLUME_WEB}:/etc/nginx/nginx.conf:ro
|
||||
volumes_driver: rancher-nfs
|
||||
Reference in New Issue
Block a user