Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update url for backend in docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukynmatuska committed Sep 19, 2024
1 parent 03e062e commit dcde697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./data/mongo:/data/db
- ${PWD}/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
server:
image: pohles-backend
image: ghcr.io/rudickamladez/pohles-backend:latest
restart: always
depends_on:
- mongo
Expand Down

0 comments on commit dcde697

Please sign in to comment.