Skip to content

Commit

Permalink
Update reverse-proxies.md (#332)
Browse files Browse the repository at this point in the history
Remove double `restart` line on the caddy config
  • Loading branch information
maiis authored Mar 14, 2024
1 parent d5a7d63 commit fef1bee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/config/reverse-proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ services:
image: actualbudget/actual-server:latest
container_name: actual_server
restart: unless-stopped
volumes:
- ./actual-data:/data
restart: unless-stopped
ports:
- '5006:5006'
volumes:
- ./actual-data:/data
```
Caddyfile:
```
Expand Down

0 comments on commit fef1bee

Please sign in to comment.