Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit bfbccc5

Browse files
committed
fix: update Docker image reference to use full Docker Hub path
1 parent a441937 commit bfbccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# Application Service
1919
stego-app:
2020
# Use the image built by the Spring Boot Maven plugin
21-
image: noobdevsam/spring-project-steganography-tool:v1
21+
image: docker.io/noobdevsam/spring-project-steganography-tool:v1
2222
container_name: stego-app
2323
ports:
2424
- "8080:8080"

0 commit comments

Comments
 (0)