updated compose file to be able to define the port in an env var
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Integration / Docker (push) Has been cancelled
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Integration / Docker (push) Has been cancelled
This commit is contained in:
parent
2ee495b383
commit
3d30ed1caa
@ -4,6 +4,6 @@ services:
|
|||||||
pull_policy: build
|
pull_policy: build
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9018:8080"
|
- "${NEKOSEARCH_PORT]:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nekosearch_config:/etc/searxng
|
- ./nekosearch_config:/etc/searxng
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user