Skip to content

Commit

Permalink
πŸ› (duplicati-role): Added Docker port forward
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Apr 30, 2024
1 parent ee8d9fc commit ebdd809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/duplicati/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
container_name: duplicati
image: lscr.io/linuxserver/duplicati:latest
restart: unless-stopped
ports:
- "127.0.0.1:8200:8200"
volumes:
- "./config:/config"
- "./backups:/backups"
Expand Down

0 comments on commit ebdd809

Please sign in to comment.