- Readme.md: docker run syntax
- pom.xml: Change version to stable
This commit is contained in:
2024-05-20 19:44:18 +02:00
parent a4fd5312d2
commit c774f8cb48
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ This utility uses:
```bash
docker pull bootmediaalix/snowflakeservice
docker run bootmediaalix/snowflakeservice -e %{set required .env, see below} -p 9567:9567 -v /data/b00tload-services/snowflake:%desired path on host%
docker run -e %{set required .env, see below} -p 9567:9567 -v /data/b00tload-services/snowflake:%{desired path on host} bootmediaalix/snowflakeservice
```
### Containerless
A containerless installation is possible, although not supported. For development convenience the application base directory is located in `~/.b00tload-services/snowflake` instead of `/data/b00tload-services/snowflake`.

View File

@@ -6,7 +6,7 @@
<groupId>space.b00tload.services</groupId>
<artifactId>SnowflakeService</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<name>SnowflakeService</name>
<description>A tool/microservice to centrally generate snowflake IDs.</description>