Skip to content

Commit

Permalink
modify caddy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Aug 13, 2024
1 parent 25a2ce3 commit 249f544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-staging.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
qacc-be:
container_name: qacc-be
build: .
#image: ghcr.io/generalmagicio/qacc-be:staging
#build: .
image: ghcr.io/generalmagicio/qacc-be:staging
command: npm run start:docker:server
environment:
- ENVIRONMENT=production
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- "6379:6379"

caddy:
image: caddy:2-alpine
image: caddy:2.7.5
container_name: caddy
restart: unless-stopped
networks:
Expand Down

0 comments on commit 249f544

Please sign in to comment.