remove 127.0.0.1 from ports of docker compose

This commit is contained in:
Arya 2023-07-19 21:23:52 +05:30
parent d842110862
commit ef87b9fc3a
Signed by: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ services:
networks:
- searxng
ports:
- "127.0.0.1:8081:8080"
- "8081:8080"
volumes:
- ./searxng:/etc/searxng:rw
- ./extras.conf:/etc/searxng/settings.yml:rw

View File

@ -3,7 +3,7 @@ services:
simplytranslate:
image: quay.io/pussthecatorg/simplytranslate:latest
ports:
- "127.0.0.1:5046:5000"
- "5046:5000"
volumes:
- "./extras.conf:/etc/simplytranslate/web.conf"
restart: always