mirror of
https://github.com/Tha14/uam-docker.git
synced 2025-06-28 07:26:48 +02:00
Fix persistance, Readme
This commit is contained in:
@ -12,6 +12,7 @@ services:
|
||||
memlock: -1
|
||||
volumes:
|
||||
- "./entrypoint.sh:/opt/entrypoint.sh"
|
||||
- "/opt/uam_data:/root/.uam"
|
||||
command: /bin/sh -c "chmod +x /opt/entrypoint.sh && /opt/entrypoint.sh $${PBKEY}"
|
||||
environment:
|
||||
- PBKEY=
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd /tmp
|
||||
apt update && apt -yq install wget libglib2.0-0
|
||||
apt update && apt -yq install wget libglib2.0-0 ca-certificates
|
||||
update-ca-certificates
|
||||
wget https://update.u.is/downloads/uam/linux/uam-latest_amd64.deb
|
||||
dpkg -i uam-latest_amd64.deb
|
||||
cd /opt/uam/
|
||||
|
Reference in New Issue
Block a user