Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 15, 2024
1 parent c379e82 commit 74ba1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: '3.8'
services:
portainer-backup:
container_name: portainer-backup
image: dockurr/portainer-backup:latest
image: dockurr/portainer-backup
hostname: portainer-backup
restart: unless-stopped
command: schedule
Expand Down Expand Up @@ -52,7 +52,7 @@ docker run -it --rm \
--volume $PWD/backup:/backup \
--env PORTAINER_BACKUP_URL="http://portainer:9000" \
--env PORTAINER_BACKUP_TOKEN="YOUR_ACCESS_TOKEN" \
dockurr/portainer-backup:latest \
dockurr/portainer-backup \
backup
```

Expand Down

0 comments on commit 74ba1a8

Please sign in to comment.