Compare commits

...

2 Commits

Author SHA1 Message Date
73559fde88 version bump
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-08 22:11:46 +02:00
d303ec9154 added docker to README 2022-06-08 22:09:18 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,10 @@ S3Share requires two things:
- a s3 bucket with read access
- a sql database
## Docker
The docker image is available at [Dockerhub](https://hub.docker.com/r/djeeberjr/s3share). There is also a [docker-compose](docker-compose.yml) file that can be used as an example.
# Synopsis
```

View File

@@ -19,8 +19,7 @@ type args struct {
}
func (args) Version() string {
// TODO
return "s3share 0.1"
return "s3share 1.0"
}
func main() {