Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit267 authored Jan 18, 2024
1 parent 53324f0 commit 41ae159
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,15 @@ services:
restart: unless-stopped
volumes:
- ./config.json:/app/config.json
version: '3'

```
services:
cloudfalre-updater:
image: ghcr.io/rohit267/cloudfalre-node-ddns:latest
container_name: cloudfalre-updater
restart: unless-stopped
volumes:
- ./config.json:/app/config.json
network_mode: "host"

```

0 comments on commit 41ae159

Please sign in to comment.