Skip to content

Commit

Permalink
Fix config path placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 26, 2024
1 parent 6f49e7f commit c6428ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ services:
- DB_POOL=5 #optional
- NO_CHOWN= #optional
volumes:
- /path/to/mastodon/appdata/config:/config
- /path/to/mastodon/config:/config
ports:
- 80:80
- 443:443
Expand Down Expand Up @@ -212,7 +212,7 @@ docker run -d \
-e NO_CHOWN= `#optional` \
-p 80:80 \
-p 443:443 \
-v /path/to/mastodon/appdata/config:/config \
-v /path/to/mastodon/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/mastodon:latest
```
Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ param_ports:

param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/appdata/config", desc: "Contains all relevant configuration files." }
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Contains all relevant configuration files." }

# application setup block
app_setup_block_enabled: true
Expand Down

0 comments on commit c6428ef

Please sign in to comment.