Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 18, 2023
1 parent 06c29ae commit 631701b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3.3"
services:

backend:
image: aistamagic/magic-backend:latest
image: servergardens/magic-backend:latest
container_name: magic_backend
restart: always
ports:
Expand All @@ -18,7 +18,7 @@ services:
- magic_files_modules:/magic/files/modules

frontend:
image: aistamagic/magic-frontend:latest
image: servergardens/magic-frontend:latest
container_name: magic_frontend
depends_on:
- backend
Expand Down

0 comments on commit 631701b

Please sign in to comment.