mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-14 16:00:25 +02:00
fix: fix typo in deploy
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
image: tdurieux/anonymous_github:v2
|
image: tdurieux/anonymous_github:v2
|
||||||
deploy:
|
deploy:
|
||||||
qmode: replicated
|
mode: replicated
|
||||||
replicas: 4
|
replicas: 4
|
||||||
endpoint_mode: dnsrr
|
endpoint_mode: dnsrr
|
||||||
entrypoint: ["node", "./build/streamer/index.js"]
|
entrypoint: ["node", "./build/streamer/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user