Skip to content

Commit

Permalink
Change image used to main for docker-compose-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale authored Aug 28, 2024
1 parent d20809c commit 05fff1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
qacc-be:
container_name: qacc-be
image: ghcr.io/generalmagicio/qacc-be:latest
image: ghcr.io/generalmagicio/qacc-be:main
command: npm run start:docker:server
environment:
- ENVIRONMENT=production
Expand All @@ -26,4 +26,4 @@ services:
- "6379:6379"

volumes:
redis-data:
redis-data:

0 comments on commit 05fff1e

Please sign in to comment.