Skip to content

Commit

Permalink
change documentation to use :latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
intentionally-left-nil committed Jul 8, 2023
1 parent 4314b09 commit 422c295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and then start the service like so:
```yml
services:
reverse-proxy:
image: ghcr.io/intentionally-left-nil/reverse-proxy:0.0.1
image: ghcr.io/intentionally-left-nil/reverse-proxy:latest
volumes:
- ./config.json:/etc/reverse_proxy/config.json
- reverse-proxy-data:/etc/reverse_proxy/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
proxy:
image: ghcr.io/intentionally-left-nil/reverse-proxy:0.0.1
image: ghcr.io/intentionally-left-nil/reverse-proxy:latest
volumes:
- ./config.json:/etc/reverse_proxy/config.json
- reverse-proxy-data:/etc/reverse_proxy/data
Expand Down

0 comments on commit 422c295

Please sign in to comment.