mirror of
https://github.com/Tha14/uam-docker.git
synced 2025-12-06 21:36:35 +01:00
Fix persistance, Readme
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
## How to use
|
||||
1. Make sure you have docker and docker-compose installed on your host.
|
||||
2. Clone this repository.
|
||||
3. Add your Public Key by editing the docker-compose.yml file.
|
||||
4. Execute the following command in terminal while being in the root of this repository:
|
||||
```docker-compose -d```
|
||||
3. Add your Public Key by editing the docker-compose.yml file. Add it to the variable named `PBKEY` without spaces.
|
||||
4. Execute the following command in terminal while being in the `uam` directory of this repository:
|
||||
|
||||
```docker-compose up -d```
|
||||
|
||||
## Information
|
||||
This container will download the latest version of uam every time it is started.
|
||||
The http service is enabled for 127.0.0.1:17099.
|
||||
|
||||
Reference in New Issue
Block a user