Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Jul 6, 2021
2 parents 43343b2 + 3e33d8a commit bae5559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PiGallery2 docker installation [![Docker build](https://github.com/bpatrik/pigallery2/workflows/docker-buildx/badge.svg)](https://github.com/bpatrik/pigallery2/actions)

## NOTE: docker tag `latest` does not work currently use its alias: `latest-debian-buster` instead until it gets fixed.

You can use [docker](https://docs.docker.com/install/) to run PiGallery2. See all available docker tags [here](https://hub.docker.com/r/bpatrik/pigallery2/tags/).
available tags:
- `v*` (stable): built from the a release with the same version name.
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose/default/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
restart: always

pigallery2:
image: bpatrik/pigallery2:latest
image: bpatrik/pigallery2:latest-debian-buster # TODO: change it back to latest once relese workflow gets fixed
container_name: pigallery2
environment:
- NODE_ENV=production
Expand Down

0 comments on commit bae5559

Please sign in to comment.