Skip to content

Commit

Permalink
build: change docker image links
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasevano committed Jun 11, 2024
1 parent fff58dd commit 82e5b6f
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
Expand Up @@ -3,13 +3,13 @@ version: '3'
services:
front:
container_name: front
image: ghcr.io/romaindreidemy/mt5-easydocker/front:latest
image: ghcr.io/thomasevano/easydocker/front:latest
ports:
- "${FRONT_PORT}:80"

api:
container_name: api
image: ghcr.io/romaindreidemy/mt5-easydocker/api:latest
image: ghcr.io/thomasevano/easydocker/api:latest
volumes:
- ./.env:/app/.env
ports:
Expand Down

0 comments on commit 82e5b6f

Please sign in to comment.