Skip to content

Commit

Permalink
update to use SETUP_COMPLETED
Browse files Browse the repository at this point in the history
  • Loading branch information
mhzawadi committed Sep 21, 2024
1 parent e24e00f commit ec6398f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ the `environment` section of your `docker-compose.yml` should have some like the
- MYSQL_PASSWORD=invoiceplane
- MYSQL_DB=InvoicePlane
- IP_URL=http://invoiceplane.docker.local
- DISABLE_SETUP=true
- SETUP_COMPLETED=true
- ENCRYPTION_CIPHER=base64:LgrA+4Df/kJvZIx+GBech8PRTYuO+lbIoF5CgJ59iJM=
- ENCRYPTION_CIPHER=AES-256
Expand All @@ -110,14 +109,14 @@ the `environment` section of your `docker-compose.yml` should have some like the
- MYSQL_PASSWORD: the password for MySQL
- MYSQL_DB: the MySQL database
- MYSQL_PORT: the MySQL port, if not 3306
- DISABLE_SETUP: Have you run setup?
- SETUP_COMPLETED: Have you run setup?

## Docker hub tags

You can use following tags on Docker hub:

* `latest` - latest stable release
* `v1.5.9.1` - latest stable release for the 1.5.9 version build number 1
* `v1.6.1.3` - latest stable release for the 1.6.1 version build number 3

### how to build

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- MYSQL_DB=invoiceplane
- IP_URL=http://invoiceplane.docker.local
- REMOVE_INDEXPHP=true
- DISABLE_SETUP=false
- SETUP_COMPLETED=false
labels:
- "traefik.http.routers.invoiceplane.rule=Host(`invoiceplane.docker.local`)"
- "traefik.http.routers.invoiceplane.service=invoiceplane"
Expand Down

0 comments on commit ec6398f

Please sign in to comment.