kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fixed a problem with docker compose permissions on Linux systems
rodzic
7b46271369
commit
0759c6d441
|
@ -16,6 +16,7 @@ The quickest way to get started is by using Docker.
|
|||
```
|
||||
git clone https://github.com/OpenDroneMap/WebODM
|
||||
cd WebODM
|
||||
pip install docker-compose
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
webapp:
|
||||
build: .
|
||||
container_name: webapp
|
||||
entrypoint: /bin/bash /webodm/wait-for-it.sh db:5432 -- /webodm/start.sh
|
||||
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /webodm/wait-for-it.sh db:5432 -- /webodm/start.sh"
|
||||
volumes:
|
||||
- .:/webodm
|
||||
ports:
|
||||
|
|
Ładowanie…
Reference in New Issue