Skip to content

Commit

Permalink
feat: updatet docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
nussmueller-dev authored Oct 8, 2022
1 parent 8bfdafb commit 663ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deployment/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
filedrop:
image: "docker.nussmueller.dev/filedrop-fe"
image: "borelio/filedrop-fe"
container_name: FileDrop-FE
networks:
- proxy
Expand All @@ -10,7 +10,7 @@ services:
- filedrop-be
restart: unless-stopped
filedrop-be:
image: "docker.nussmueller.dev/filedrop-be"
image: "borelio/filedrop-be"
container_name: FileDrop-BE
hostname: FileDrop-BE
networks:
Expand Down

0 comments on commit 663ae79

Please sign in to comment.