Commit Graph

9 Commits

Author SHA1 Message Date
Robin C. Ladiges 024cb4fe0a
more docker-compose command examples 2022-07-02 20:48:41 +02:00
Robin C. Ladiges 9e7e30a1ed
use a local directory instead of a named volume
This makes the settings.json more accessible from the outside by
default, but is less portable.

The -v command with $PWD might not work on native Windows shells, but
rather wants an absolute Windows path like C:\User\... or /c/User/...

And on Linux, because the /data/ directory and the settings.json will be
owned by root. Though that can be changed.
2022-07-02 20:34:16 +02:00
Robin C. Ladiges 26e100ff72
Merge remote-tracking branch 'origin/master'
Conflicts:
	README.md
2022-07-02 18:58:17 +02:00
Piplup aec13bb4a6
Added a simple systemd service (#5)
Co-authored-by: Sanae <32604996+Sanae6@users.noreply.github.com>
2022-07-01 12:10:15 -06:00
Robin C. Ladiges cafae6b562
add docker-compose.yml 2022-06-28 09:43:51 +02:00
Robin C. Ladiges ea1baee470
add Dockerfile 2022-06-28 09:43:41 +02:00
Sanae c4c0616fb7 Make some commands accept ids and partial names 2022-06-18 02:09:40 -06:00
Sanae b0b7bbf384 Fix minor readme mistake 2022-06-17 21:21:01 -06:00
Sanae dd3f65f5e8 Add README.md 2022-06-17 21:18:57 -06:00