mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
corrected error in path
This commit is contained in:
parent
b875b74ce5
commit
72e2d3115f
1 changed files with 1 additions and 1 deletions
2
docker/nocross/docker-compose.yml
vendored
2
docker/nocross/docker-compose.yml
vendored
|
@ -12,7 +12,7 @@ services:
|
||||||
lemmy:
|
lemmy:
|
||||||
build:
|
build:
|
||||||
context: ../../
|
context: ../../
|
||||||
dockerfile: docker/pi/Dockerfile
|
dockerfile: docker/nocross/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8536:8536"
|
- "8536:8536"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue