36 lines
726 B
Markdown
36 lines
726 B
Markdown
# GPX Studio nuovo
|
|
|
|
[original githuh](https://github.com/gpxstudio/gpx.studio)
|
|
|
|
## installazione
|
|
|
|
modificare il file .evn inserendo la key per mapbox
|
|
|
|
eseguire
|
|
|
|
./build.sh
|
|
|
|
far partire
|
|
|
|
sudo docker run -d --name gpxstudionew -e PUID=1000 -e PGID=1000 -e TZ=Europe/Rome -p 8111:8111 --restart unless-stopped gpxstudionew:latest
|
|
|
|
oppure tramite portainer o compose
|
|
|
|
services:
|
|
gpxstudionew:
|
|
container_name: gpxstudionew
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Rome
|
|
ports:
|
|
- 8111:8111
|
|
restart: unless-stopped
|
|
image: gpxstudionew:latest
|
|
|
|
## Prove
|
|
|
|
utilizzare questi comandi
|
|
|
|
[comandi manuali](./Manual_Command.md)
|
|
|