remove 127.0.0.1 from ports of docker compose
This commit is contained in:
parent
d842110862
commit
ef87b9fc3a
@ -24,7 +24,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- searxng
|
- searxng
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8081:8080"
|
- "8081:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./searxng:/etc/searxng:rw
|
- ./searxng:/etc/searxng:rw
|
||||||
- ./extras.conf:/etc/searxng/settings.yml:rw
|
- ./extras.conf:/etc/searxng/settings.yml:rw
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
simplytranslate:
|
simplytranslate:
|
||||||
image: quay.io/pussthecatorg/simplytranslate:latest
|
image: quay.io/pussthecatorg/simplytranslate:latest
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5046:5000"
|
- "5046:5000"
|
||||||
volumes:
|
volumes:
|
||||||
- "./extras.conf:/etc/simplytranslate/web.conf"
|
- "./extras.conf:/etc/simplytranslate/web.conf"
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user