Modified nodeodm.yml docker-compose

pull/60/head
Piero Toffanin 2016-12-01 16:37:16 +00:00
rodzic cd1fdd48f4
commit ed85655d2d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2'
services:
webapp:
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /webodm/wait-for-it.sh db:5432 -- /webodm/start.sh --create-default-pnode"