Skip to content

Commit

Permalink
Change Docker image location to the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-8 committed May 12, 2023
1 parent 3022f52 commit eef36d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: "3.7"
services:
api:
image: ghcr.io/jj-8/ctfnote/api:latest
image: ghcr.io/tfns/ctfnote/api:latest
extends:
file: docker-compose.yml
service: api
db:
image: ghcr.io/jj-8/ctfnote/db:latest
image: ghcr.io/tfns/ctfnote/db:latest
extends:
file: docker-compose.yml
service: db
front:
image: ghcr.io/jj-8/ctfnote/front:latest
image: ghcr.io/tfns/ctfnote/front:latest
extends:
file: docker-compose.yml
service: front
Expand Down

0 comments on commit eef36d4

Please sign in to comment.