Skip to content

Commit

Permalink
Fix image Docker image in private registry compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sistracia committed May 19, 2024
1 parent 397e56d commit b94f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docker-compose.registry.private.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
web:
image: localhost:5000/rss-bookmarkr:latest
image: localhost:5000/sistracia/rss-bookmarkr:latest
container_name: rss-bookmarkr
restart: unless-stopped
network_mode: "host"
Expand Down

0 comments on commit b94f346

Please sign in to comment.