Skip to content

Commit

Permalink
add docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Apr 9, 2024
1 parent 60819fa commit a2f6ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
context: .
dockerfile: ./docker/api/Dockerfile
image: lmcyber/stud_camp/backend:0.1
image: lmcyber/stud_camp_backend:0.1

ports:
- 8080:8080
Expand All @@ -16,7 +16,7 @@ services:
build:
context: .
dockerfile: ./docker/nginx/Dockerfile
image: lmcyber/stud_camp/nginx:0.1
image: lmcyber/stud_camp_nginx:0.1

ports:
- 80:80
Expand Down

0 comments on commit a2f6ead

Please sign in to comment.