mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Changing back pictshare.
This commit is contained in:
parent
8821938f61
commit
095795c502
2 changed files with 2 additions and 2 deletions
2
docker/dev/docker-compose.yml
vendored
2
docker/dev/docker-compose.yml
vendored
|
@ -30,7 +30,7 @@ services:
|
|||
depends_on:
|
||||
- lemmy_db
|
||||
lemmy_pictshare:
|
||||
image: shtripok/pictshare:latest
|
||||
image: hascheksolutions/pictshare:latest
|
||||
ports:
|
||||
- "127.0.0.1:8537:80"
|
||||
volumes:
|
||||
|
|
2
docker/prod/docker-compose.yml
vendored
2
docker/prod/docker-compose.yml
vendored
|
@ -28,7 +28,7 @@ services:
|
|||
depends_on:
|
||||
- lemmy_db
|
||||
lemmy_pictshare:
|
||||
image: shtripok/pictshare:latest
|
||||
image: hascheksolutions/pictshare:latest
|
||||
ports:
|
||||
- "127.0.0.1:8537:80"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue