Skip to content

Commit

Permalink
docs: update readme and compose examples
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd committed Jan 9, 2025
1 parent ce77f40 commit 60443ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

app:
image: l4rm4nd/vouchervault:1.7.x
image: l4rm4nd/vouchervault:1.8.x
container_name: vouchervault
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-psql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

app:
image: l4rm4nd/vouchervault:1.7.x
image: l4rm4nd/vouchervault:1.8.x
container_name: vouchervault
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-sqlite.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

app:
image: l4rm4nd/vouchervault:1.7.x
image: l4rm4nd/vouchervault:1.8.x
container_name: vouchervault
restart: unless-stopped
environment:
Expand Down

0 comments on commit 60443ce

Please sign in to comment.