Skip to content

Commit

Permalink
edit: docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue355 committed Feb 5, 2024
1 parent af3c729 commit 7280bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
app-dev:
image: your_container_repo_here
image: ghcr.io/clue355/azure_pipeline:dev
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit 7280bd6

Please sign in to comment.