Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 3, 2024
1 parent dec538f commit 83050d6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,7 @@ docker run -p 3333:3333 -v ./upload:/app/upload -it --rm tttol/mos3:latest
Then acccess http://localhost:3333/s3 .

## Docker Compose
Here is compose.yml.
```yml:compose.yml
version: '3.8'
services:
mos3:
image: tttol/mos3:latest
ports:
- "3333:3333"
volumes:
- ./upload:/app/upload
```

compose.yml is [here](https://github.com/tttol/mos3/blob/main/compose.yml).
Run command.
```bash
docker compose up -d
Expand Down

0 comments on commit 83050d6

Please sign in to comment.