Skip to content

Commit

Permalink
Merge pull request #194 from Fedqys/fix/docker-compose-has-invalid-ng…
Browse files Browse the repository at this point in the history
…inx-image

modified nginx image on docker-compose.yml
  • Loading branch information
mehaase authored Aug 30, 2023
2 parents d12ae02 + 28469b0 commit eb33ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- tram:/tram/data
- tram_static:/tram/src/tram/staticfiles
nginx:
image: ghcr.io/center-for-threat-informed-defense/tram:latest
image: ghcr.io/center-for-threat-informed-defense/tram-nginx:latest
ports:
- "8000:80"
volumes:
Expand Down

0 comments on commit eb33ee0

Please sign in to comment.