Skip to content

Commit 40bc5e9

Browse files
committed
Small update to README.md, replace twitter with mastodon
1 parent af32ee1 commit 40bc5e9

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33

44
# docker compose stacks for wger
55

6-
The prod docker compose file starts up a production environment with the application
7-
server, a reverse proxy, a database, a caching server and a celery queue all
8-
configured.
6+
The production Docker Compose file initializes a production environment with the
7+
application server, a reverse proxy, a database, a caching server, and a Celery
8+
queue, all configured. Data is persisted in volumes, if you want to use folders,
9+
read the warning in the env file.
910

10-
Basically, just do `docker compose up -d`. For more details, consult the documentation:
11+
**TLDR:** just do `docker compose up -d`
1112

12-
* prod: <https://wger.readthedocs.io/en/latest/production/docker.html>
13-
* dev: <https://wger.readthedocs.io/en/latest/development/docker.html>
13+
For more details, consult the documentation (and the config files):
14+
15+
* production: <https://wger.readthedocs.io/en/latest/production/docker.html>
16+
* development: <https://wger.readthedocs.io/en/latest/development/docker.html>
17+
18+
It is recommended to regularly pull the latest version of the compose file,
19+
since sometimes new configurations or environmental variables are added.
1420

1521
## Contact
1622

@@ -19,9 +25,9 @@ didn't behave as you expected. We can't fix what we don't know about, so please
1925
report liberally. If you're not sure if something is a bug or not, feel free to
2026
file a bug anyway.
2127

22-
* discord: <https://discord.gg/rPWFv6W>
23-
* issue tracker: <https://github.com/wger-project/docker/issues>
24-
* twitter: <https://twitter.com/wger_project>
28+
* Mastodon: <https://fosstodon.org/@wger>
29+
* Discord: <https://discord.gg/rPWFv6W>
30+
* Issue tracker: <https://github.com/wger-project/docker/issues>
2531

2632

2733
## Sources

0 commit comments

Comments
 (0)