Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Dec 9, 2023
1 parent 86039bb commit 8d4f102
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: 'Release Miu Shop'
uses: softprops/[email protected]
with:
name: 'Miu Shop ${{ steps.get_version.outputs.version }}'
name: 'Miu Shop - v${{ steps.get_version.outputs.version }}'
tag_name: ${{ steps.get_version.outputs.version }}
generate_release_notes: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ curl -O https://raw.githubusercontent.com/hardingadonis/miu-shop/main/docker-com
```
### Run `docker-copmose`:
```bash
docker-compose up -d --build --force-recreate --remove-orphans --project-name miu
docker-compose up -d
```
### Access `Miu Shop`:
- Open `http://localhost:80` in your browser.
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: '3'

name: 'miu'

services:
database:
image: ghcr.io/hardingadonis/miu-shop-database:latest
Expand Down

0 comments on commit 8d4f102

Please sign in to comment.