mirror of
https://github.com/Tha14/uam-docker.git
synced 2025-06-30 13:56:45 +02:00
Fix listening ports. Add swarm mode and update instructions on README.md
This commit is contained in:
@ -5,4 +5,7 @@ update-ca-certificates
|
||||
wget https://update.u.is/downloads/uam/linux/uam-latest_amd64.deb
|
||||
dpkg -i uam-latest_amd64.deb
|
||||
cd /opt/uam/
|
||||
echo "[net]" >> /root/.uam/uam.ini
|
||||
container_ip="$(hostname -i)"
|
||||
echo "listens=[${container_ip}]:4156" >> /root/.uam/uam.ini
|
||||
./uam --pk $1 --http [0.0.0.0]:17099 --no-ui
|
||||
|
Reference in New Issue
Block a user