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
|
git clone https://github.com/OpenDroneMap/WebODM
|
||||||
cd WebODM
|
cd WebODM
|
||||||
|
pip install docker-compose
|
||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
webapp:
|
webapp:
|
||||||
build: .
|
build: .
|
||||||
container_name: webapp
|
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:
|
volumes:
|
||||||
- .:/webodm
|
- .:/webodm
|
||||||
ports:
|
ports:
|
||||||
|
|
Ładowanie…
Reference in New Issue