Skip to content

Commit

Permalink
- change image to docker hub directory
Browse files Browse the repository at this point in the history
Took 1 minute
  • Loading branch information
Cybrarist committed Jan 3, 2025
1 parent 7c08d41 commit b103b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ networks:

services:
discount-bandit:
image: ghcr.io/cybrarist/discount-bandit:latest
build:
context: .
image: cybrarist/discount-bandit:latest
# build:
# context: .
ports:
- 8080:80
networks:
Expand Down

0 comments on commit b103b5a

Please sign in to comment.