v1.0.0
- Readme.md: docker run syntax - pom.xml: Change version to stable
This commit is contained in:
@@ -22,7 +22,7 @@ This utility uses:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull bootmediaalix/snowflakeservice
|
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
|
### 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`.
|
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`.
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>space.b00tload.services</groupId>
|
<groupId>space.b00tload.services</groupId>
|
||||||
<artifactId>SnowflakeService</artifactId>
|
<artifactId>SnowflakeService</artifactId>
|
||||||
<version>1.0.0-rc1</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
<name>SnowflakeService</name>
|
<name>SnowflakeService</name>
|
||||||
<description>A tool/microservice to centrally generate snowflake IDs.</description>
|
<description>A tool/microservice to centrally generate snowflake IDs.</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user