diff --git a/nebula/docker-compose.yml b/nebula/docker-compose.yml index 97393d8..f2cb61d 100755 --- a/nebula/docker-compose.yml +++ b/nebula/docker-compose.yml @@ -2,8 +2,7 @@ services: nebula-sync: image: ghcr.io/lovelaze/nebula-sync:latest container_name: nebula-sync - secrets: - - primary + environment: - PRIMARY=http://192.168.77.101.9380|l4c1j4yd33Du5lo - REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo,http://192.168.77.55:9380|l4c1j4yd33Du5lo @@ -17,7 +16,3 @@ services: wud.watch: true wud.watch.digest: true restart: always -secrets: - primary: - external: true - \ No newline at end of file