Skip to content

Commit 44c7f42

Browse files
committedSep 14, 2023
Use new ghcr image ref
1 parent 1d60fec commit 44c7f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ gdprshare will look for a `config.yml` in it's working directory, but you can sp
6969

7070
Take a look at `misc/gdprshare.service` for an example systemd unit and `misc/crontab` for the cronjob to delete expired files.
7171

72-
Alternatively run the [docker image](https://hub.docker.com/r/lixmal/gdprshare):
72+
Alternatively run the [docker image](https://ghcr.io/lixmal/gdprshare):
7373

74-
`sudo docker run -p 8080:8080 -v conf/path:/conf -v data/path:/data lixmal/gdprshare`
74+
`sudo docker run -p 8080:8080 -v conf/path:/conf -v data/path:/data ghcr.io/lixmal/gdprshare`
7575

7676
The `/data` volume needs to be writable by the `nobody` user, and it requires a `files` directory inside (automatically created).

0 commit comments

Comments
 (0)
Please sign in to comment.