Skip to content

Commit

Permalink
Update docker-compose.example.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Caceres <[email protected]>
  • Loading branch information
srnovus authored Nov 13, 2024
1 parent 3819b74 commit 262a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
web:
# Usar imagen directamente desde Docker Hub bajo el usuario 'fedired'
image: fedired/fedired # Imagen publicada en Docker Hub bajo el usuario 'fedired'
image: docker.io/fedired/fedired:latest # Imagen publicada en Docker Hub bajo el usuario 'fedired'
container_name: fedired_web
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 262a6e9

Please sign in to comment.