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:
|
||||
- searxng
|
||||
ports:
|
||||
- "127.0.0.1:8081:8080"
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- ./searxng:/etc/searxng:rw
|
||||
- ./extras.conf:/etc/searxng/settings.yml:rw
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user