mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 03:40:14 +00:00
use expose instead of publish
This commit is contained in:
parent
3526d62540
commit
50396a666d
@ -24,8 +24,8 @@ services:
|
||||
image: redislabs/rejson:latest
|
||||
container_name: archivist-redis
|
||||
restart: always
|
||||
ports:
|
||||
- 6379:6379
|
||||
expose:
|
||||
- "6379"
|
||||
volumes:
|
||||
- ./volumes/tubearchivist/redis:/data
|
||||
depends_on:
|
||||
@ -43,5 +43,5 @@ services:
|
||||
hard: -1
|
||||
volumes:
|
||||
- ./volumes/tubearchivist/es:/usr/share/elasticsearch/data
|
||||
ports:
|
||||
- 9200:9200
|
||||
expose:
|
||||
- "9200"
|
||||
|
Loading…
Reference in New Issue
Block a user